chore: create app base

This commit is contained in:
2026-03-23 16:21:20 +01:00
parent 788edc6d61
commit 8e0db465a7
3 changed files with 6 additions and 1 deletions

5
config.vite.ts Normal file
View File

@@ -0,0 +1,5 @@
export default {
server: {
port: 3000,
},
}