Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Oct 24, 2024
1 parent f1f1532 commit afa5b4c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions apps/landing/wrangler.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#:schema node_modules/wrangler/config-schema.json
name = "landing-dev" # TODO
compatibility_date = "2024-10-22"
workers_dev = true # TODO: Auth for this

# route = { pattern = "todo-landing.mattrax.app/*", zone_name = "mattrax.app" } # TODO: Domain

main = "./.output/server/index.mjs" # TODO: ".output/server/index.mjs"
assets = { directory = "./.output/public/", binding = "ASSETS" }

[build]
command = "NITRO_PRESET=cloudflare-module pnpm build"

# [vars]
# WAITLIST_URL = "https://web.mattrax.app/api/waitlist"

0 comments on commit afa5b4c

Please sign in to comment.