Jay V 7 месяцев назад
Родитель
Сommit
661b74def6
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      packages/web/astro.config.mjs

+ 2 - 0
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,