chore: fix page app build errors

This commit is contained in:
Lars Hampe 2024-10-24 21:32:20 +02:00
parent e4c6cd02ac
commit f527594cee
3 changed files with 8 additions and 0 deletions

View File

@ -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',
}),
})

View File

@ -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:*",

BIN
bun.lockb

Binary file not shown.