wip: cloud
This commit is contained in:
parent
0178eab29b
commit
37f284f9a9
61 changed files with 8 additions and 5727 deletions
|
|
@ -46,7 +46,7 @@ export const auth = new sst.cloudflare.Worker("AuthApi", {
|
|||
////////////////
|
||||
|
||||
export const stripeWebhook = new WebhookEndpoint("StripeWebhook", {
|
||||
url: $interpolate`https://api.gateway.${domain}/stripe/webhook`,
|
||||
url: $interpolate`https://console.${domain}/stripe/webhook`,
|
||||
enabledEvents: [
|
||||
"checkout.session.async_payment_failed",
|
||||
"checkout.session.async_payment_succeeded",
|
||||
|
|
@ -123,13 +123,3 @@ export const console = new sst.cloudflare.x.SolidStart("Console", {
|
|||
VITE_AUTH_URL: auth.url.apply((url) => url!),
|
||||
},
|
||||
})
|
||||
|
||||
//new sst.x.DevCommand("Solid", {
|
||||
// dev: {
|
||||
// directory: "cloud/app",
|
||||
// command: "bun dev",
|
||||
// },
|
||||
// environment: {
|
||||
// VITE_AUTH_URL: auth.url.apply((url) => url!),
|
||||
// },
|
||||
//})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue