[feature](webapp) upgrade agent

This commit is contained in:
williamhliu
2023-09-04 11:46:36 +08:00
parent 559ef974b0
commit d5c5c63a75
50 changed files with 1334 additions and 1897 deletions

13
webapp/start-fe-dev.bat Normal file
View File

@@ -0,0 +1,13 @@
rmdir /s /q ".\packages\supersonic-fe\src\.umi"
rmdir /s /q ".\packages\supersonic-fe\src\.umi-production"
call npm i
call npx lerna add supersonic-chat-sdk --scope supersonic-fe
call npx lerna bootstrap
call npx lerna exec --scope supersonic-chat-sdk npm run build
call npx lerna exec --scope supersonic-fe npm start