mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Cleanup dev environment
This commit is contained in:
parent
3e7a39e250
commit
c49bcf070e
8 changed files with 135 additions and 1366 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// @ts-check
|
||||
import { defineConfig, envField } from 'astro/config'
|
||||
import { defineConfig } from 'astro/config'
|
||||
import tailwind from '@astrojs/tailwind'
|
||||
import node from '@astrojs/node'
|
||||
import paraglide from '@inlang/paraglide-astro'
|
||||
|
|
@ -26,12 +26,5 @@ export default defineConfig({
|
|||
icon({ iconDir: 'src/img/icons' })
|
||||
],
|
||||
output: 'server',
|
||||
adapter: node({ mode: 'standalone' }),
|
||||
experimental: {
|
||||
env: {
|
||||
schema: {
|
||||
SEQUELIZE: envField.string({ context: 'server', access: 'public' })
|
||||
}
|
||||
}
|
||||
}
|
||||
adapter: node({ mode: 'standalone' })
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue