File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 55 "private" : true ,
66 "type" : " module" ,
77 "scripts" : {
8- "dev" : " vite --port 8000 --host" ,
8+ "start" : " swa start" ,
9+ "dev" : " concurrently \" npm:dev:*\" --kill-others" ,
10+ "dev:vite" : " vite --port 5174 --host" ,
11+ "dev:api" : " cd ../agent-api && npm run start" ,
912 "build" : " vite build" ,
1013 "watch" : " vite build --watch --minify false" ,
1114 "clean" : " npx rimraf dist"
Original file line number Diff line number Diff line change 33 "configurations" : {
44 "registration-webapp" : {
55 "appLocation" : " ." ,
6- "run" : " npm run serve " ,
7- "appDevserverUrl" : " http://localhost:5173 " ,
8- "apiDevserverUrl" : " http://localhost:7071 " ,
6+ "run" : " npm run dev " ,
7+ "appDevserverUrl" : " http://localhost:5174 " ,
8+ "apiDevserverUrl" : " http://localhost:7072 " ,
99 "appBuildCommand" : " npm run build" ,
1010 "outputLocation" : " dist"
1111 }
You can’t perform that action at this time.
0 commit comments