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 node from '@astrojs/node'
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
output: 'server',
|
||||
outDir: '../../build/page',
|
||||
integrations: [react(), tailwind({ nesting: true })],
|
||||
|
||||
adapter: node({
|
||||
mode: 'standalone',
|
||||
}),
|
||||
})
|
||||
|
@ -11,6 +11,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/node": "^8.3.4",
|
||||
"@astrojs/react": "^3.6.2",
|
||||
"@astrojs/tailwind": "^5.1.2",
|
||||
"@boring.tools/schema": "workspace:*",
|
||||
|
Loading…
Reference in New Issue
Block a user