feat(#4): Add docker support

This commit is contained in:
Josh Creek
2026-02-22 16:51:22 +00:00
parent 584c3f5803
commit e2052082e0
11 changed files with 217 additions and 499 deletions
+3
View File
@@ -6,6 +6,8 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build:docker": "DEPLOY_TARGET=docker vite build",
"build:netlify": "DEPLOY_TARGET=netlify vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
@@ -19,6 +21,7 @@
"@eslint/js": "^8.57.1",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/adapter-netlify": "^5.0.0",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/typography": "^0.5.15",