File tree Expand file tree Collapse file tree 3 files changed +2055
-1712
lines changed
Expand file tree Collapse file tree 3 files changed +2055
-1712
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ pnpm check
3636To test your work in your browser (with hot reloading!) while developing:
3737
3838```
39- pnpm dev-mini
39+ pnpm start
4040# Alternatively to test in a more advanced WebXDC emulator:
41- pnpm dev
41+ pnpm emulator
4242```
4343
4444### Building
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "scripts" : {
4- "dev-mini " : " vite --port 3000" ,
5- "dev " : " concurrently \" npm run dev-mini \" \" webxdc-dev run http://localhost:3000\" " ,
6- "format " : " prettier --write ." ,
4+ "start " : " vite --port 3000" ,
5+ "emulator " : " concurrently \" npm start \" \" webxdc-dev run http://localhost:3000\" " ,
6+ "fix " : " prettier --write ." ,
77 "check" : " prettier --check ." ,
88 "build" : " vite build"
99 },
1010 "devDependencies" : {
11- "concurrently" : " ^8.1.0 " ,
12- "prettier" : " ^3.0.3 " ,
13- "vite" : " ^4.3.2 " ,
11+ "concurrently" : " ^8.2.2 " ,
12+ "prettier" : " ^3.3.2 " ,
13+ "vite" : " ^4.5.3 " ,
1414 "webxdc-dev" : " ^0.17.0" ,
1515 "webxdc-vite-plugins" : " github:webxdc/webxdc-vite-plugins"
1616 }
You can’t perform that action at this time.
0 commit comments