Skip to content

Commit

Permalink
chore: restore startSiteFront script
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbrgl committed May 1, 2024
1 parent a18ed48 commit 4da78ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"startTmuxServer": "node_modules/tmex/tmex dev \"yarn startTscServer\" \"yarn startLernaWatcher\" \"yarn startAdminServer\" \"yarn startViteServer\"",
"startTscServer": "tsc -b -verbose -watch",
"startViteServer": "vite dev",
"startSiteFront": "./devTools/vite/startVite.sh",
"startLocalBakeServer": "http-server ./localBake -p 3000",
"testBundlewatch": "yarn buildViteSite && bundlewatch --config .bundlewatch.config.json",
"testCypress": "yarn cypress open --project devTools --config-file cypress/cypress.json",
Expand Down

0 comments on commit 4da78ea

Please sign in to comment.