chore: move captain-definition into hdyc-svelte directory

This commit is contained in:
Ben
2026-03-06 21:33:55 -08:00
parent 9b05ff70c2
commit 6340f9cc93
4 changed files with 229 additions and 8 deletions

View File

@@ -7,12 +7,13 @@
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"start": "node build",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/adapter-node": "^5.5.4",
"@sveltejs/kit": "^2.50.2",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"svelte": "^5.51.0",