mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-25 19:54:22 +01:00
share ssr
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// @ts-check
|
||||
import aws from "astro-sst"
|
||||
import { defineConfig } from "astro/config"
|
||||
import starlight from "@astrojs/starlight"
|
||||
import solidJs from "@astrojs/solid-js"
|
||||
@@ -11,6 +12,8 @@ const github = "https://github.com/sst/opencode"
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
output: "server",
|
||||
adapter: aws(),
|
||||
devToolbar: {
|
||||
enabled: false,
|
||||
},
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
"@types/luxon": "3.6.2",
|
||||
"ai": "catalog:",
|
||||
"astro": "5.7.13",
|
||||
"astro-sst": "3.1.4",
|
||||
"diff": "8.0.2",
|
||||
"luxon": "3.6.1",
|
||||
"rehype-autolink-headings": "7.1.0",
|
||||
|
||||
Reference in New Issue
Block a user