feat: fix frontend build error by updating index.html and vite.config.ts

This commit is contained in:
2025-06-04 11:14:13 +09:00
parent 892e959dce
commit 5644b79336
2 changed files with 5 additions and 1 deletions

View File

@ -12,5 +12,9 @@ export default defineConfig({
rollupOptions: {
input: "index.html",
},
// モジュール解決を明示
commonjsOptions: {
include: [],
},
},
});