chore: tidy up things

This commit is contained in:
2026-03-23 21:59:36 +01:00
parent ca5d60b714
commit 64717cc652
3 changed files with 19 additions and 11 deletions

5
vite.config.ts Normal file
View File

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