initial bun server

This commit is contained in:
Oliver Bryan
2025-12-07 21:18:42 +00:00
commit a4206e1adc
6 changed files with 113 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
node_modules
out
dist
logs
# environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
.cache