added configs and gitea worker

This commit is contained in:
C-West8
2026-07-22 15:18:27 -05:00
parent 086542169c
commit 5c9f30b1cf
4 changed files with 143 additions and 75 deletions

View File

@@ -10,8 +10,7 @@
"preview": "vite preview",
"start": "node build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"db:init": "node scripts/db-init.js"
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-node": "^5.2.9",