chore: fix page app build errors
This commit is contained in:
parent
e4c6cd02ac
commit
f527594cee
@ -5,8 +5,15 @@ import react from '@astrojs/react'
|
|||||||
|
|
||||||
import tailwind from '@astrojs/tailwind'
|
import tailwind from '@astrojs/tailwind'
|
||||||
|
|
||||||
|
import node from '@astrojs/node'
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
output: 'server',
|
output: 'server',
|
||||||
|
outDir: '../../build/page',
|
||||||
integrations: [react(), tailwind({ nesting: true })],
|
integrations: [react(), tailwind({ nesting: true })],
|
||||||
|
|
||||||
|
adapter: node({
|
||||||
|
mode: 'standalone',
|
||||||
|
}),
|
||||||
})
|
})
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.9.4",
|
"@astrojs/check": "^0.9.4",
|
||||||
|
"@astrojs/node": "^8.3.4",
|
||||||
"@astrojs/react": "^3.6.2",
|
"@astrojs/react": "^3.6.2",
|
||||||
"@astrojs/tailwind": "^5.1.2",
|
"@astrojs/tailwind": "^5.1.2",
|
||||||
"@boring.tools/schema": "workspace:*",
|
"@boring.tools/schema": "workspace:*",
|
||||||
|
Loading…
Reference in New Issue
Block a user