fix(Docker Image): output SSR site when in docker

This commit is contained in:
BuyMyMojo 2024-12-20 20:55:43 +11:00
parent 2f0eeecb9e
commit cdf2653993
Signed by: aria
GPG key ID: 19AB7AA462B8AB3B
4 changed files with 158 additions and 18 deletions

View file

@ -10,6 +10,7 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.0.0",
"@astrojs/preact": "^4.0.0",
"@astrojs/rss": "^4.0.10",
"@astrojs/tailwind": "^5.1.3",
@ -24,6 +25,7 @@
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/meteor-icons": "^1.2.1",
"@iconify-json/tabler": "^1.2.13",
"@tailwindcss/typography": "^0.5.15"
"@tailwindcss/typography": "^0.5.15",
"vite": "^6.0.4"
}
}