Changelog Public Page #7

Merged
HashDot merged 19 commits from feature/changelog-public-page into main 2024-10-24 21:20:22 +00:00
3 changed files with 8 additions and 0 deletions
Showing only changes of commit f527594cee - Show all commits

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.