docs: debug

This commit is contained in:
Jay V 2025-07-07 16:25:39 -04:00
parent 7cfa297a78
commit 9253a3ca9e
2 changed files with 2 additions and 1 deletions

View file

@ -39,6 +39,7 @@ new sst.cloudflare.x.Astro("Web", {
domain,
path: "packages/web",
environment: {
SST_STAGE: $app.stage,
VITE_API_URL: api.url,
},
})

View file

@ -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({