progress on go rewrite: logger and config work now

This commit is contained in:
Sticks
2025-05-18 19:11:21 -04:00
parent 3ffb8cf528
commit e40f82f636
114 changed files with 3071 additions and 18082 deletions

25
.gitignore vendored
View File

@ -1,24 +1,3 @@
build/bin
node_modules
# Output
.output
.vercel
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# Pacakge lock
package-lock.json
frontend/dist