fix(Docker Image): output SSR site when in docker
This commit is contained in:
parent
2f0eeecb9e
commit
cdf2653993
4 changed files with 158 additions and 18 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue