Files
netris-nestri/infra/www.ts
2025-07-17 12:45:55 +03:00

10 lines
155 B
TypeScript

import { domain } from "./dns";
new sst.cloudflare.x.Astro("Web", {
domain,
path: "packages/web",
environment: {
SST_STAGE: $app.stage,
},
})