initial commit

This commit is contained in:
2025-12-28 01:52:52 +09:00
commit 6deb4254b7
20 changed files with 1229 additions and 0 deletions

5
frontend/vite.config.js Normal file
View File

@@ -0,0 +1,5 @@
export default {
server: {
allowedHosts: true
}
}