mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 00:35:38 +02:00
10 lines
155 B
TypeScript
10 lines
155 B
TypeScript
import { domain } from "./dns";
|
|
|
|
new sst.cloudflare.x.Astro("Web", {
|
|
domain,
|
|
path: "packages/web",
|
|
environment: {
|
|
SST_STAGE: $app.stage,
|
|
},
|
|
})
|