diff options
| author | Jay V <[email protected]> | 2025-07-07 16:13:24 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-07-07 16:13:26 -0400 |
| commit | 661b74def671bb4c604d54162bad9230aa3472c0 (patch) | |
| tree | e680066994653e177d489216639f08750e752f9d | |
| parent | b478e5655ccbc22a1b86093f64abc4b4a0d7f4f0 (diff) | |
| download | opencode-661b74def671bb4c604d54162bad9230aa3472c0.tar.gz opencode-661b74def671bb4c604d54162bad9230aa3472c0.zip | |
docs: debug info
| -rw-r--r-- | packages/web/astro.config.mjs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/web/astro.config.mjs b/packages/web/astro.config.mjs index 63b93b9d8..05866c5d1 100644 --- a/packages/web/astro.config.mjs +++ b/packages/web/astro.config.mjs @@ -10,6 +10,8 @@ import rehypeAutolinkHeadings from "rehype-autolink-headings" const github = "https://github.com/sst/opencode" +console.log(process.env.SST_STAGE) + // https://astro.build/config export default defineConfig({ site: config.url, |
