feat:データマッピングアクション変更

This commit is contained in:
2024-06-03 17:39:39 +09:00
parent bebc1ec9fa
commit 016fcaab29
10 changed files with 1341 additions and 66 deletions

View File

@@ -12,7 +12,7 @@
"ngrok": "ngrok http http://localhost:4173/",
"vite": "vite dev",
"server": "vite dev & ngrok http 4173",
"watch": "vite build --watch",
"watch": "tsc && set \"SOURCE_MAP=true\" && vite build --watch",
"test": "run-p watch server"
},
"devDependencies": {