mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 13:30:52 +00:00
docs: debug
This commit is contained in:
parent
7cfa297a78
commit
9253a3ca9e
2 changed files with 2 additions and 1 deletions
|
@ -39,6 +39,7 @@ new sst.cloudflare.x.Astro("Web", {
|
|||
domain,
|
||||
path: "packages/web",
|
||||
environment: {
|
||||
SST_STAGE: $app.stage,
|
||||
VITE_API_URL: api.url,
|
||||
},
|
||||
})
|
||||
|
|
|
@ -10,7 +10,7 @@ import rehypeAutolinkHeadings from "rehype-autolink-headings"
|
|||
|
||||
const github = "https://github.com/sst/opencode"
|
||||
|
||||
console.log(process.env.SST_STAGE)
|
||||
console.log("stage", process.env.SST_STAGE)
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue