Skip to content

Commit 616fbc5

Browse files
authored
Adding an alias npm run start to npm run dev
Because this is what is documented.
1 parent b0212c6 commit 616fbc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"license": "MIT",
55
"type": "module",
66
"scripts": {
7+
"start": "npm run dev",
78
"dev": "vite --config web.vite.config.ts",
89
"buildmap": "tsc && vite build --config buildmap.vite.config.ts",
910
"upload": "npm run buildmap && upload-wa-map",

0 commit comments

Comments
 (0)