This commit is contained in:
wtl
2024-05-10 17:00:19 +09:00
32 changed files with 1906 additions and 1370 deletions

View File

@@ -8,7 +8,8 @@
"build": "tsc && vite build && xcopy dist\\*.js ..\\..\\backend\\Temp\\ /E /I /Y",
"build:dev": "tsc && set \"SOURCE_MAP=true\" && vite build && xcopy dist\\*.js ..\\..\\backend\\Temp\\ /E /I /Y",
"preview": "vite preview",
"ngrok": "ngrok http http://localhost:4173/"
"ngrok":"ngrok http http://localhost:4173/",
"vite":"vite dev"
},
"devDependencies": {
"@types/jquery": "^3.5.24",