chore: Add wrangler.toml configuration file

This commit is contained in:
Jonas Schell 2024-08-22 11:33:35 +02:00
parent 370fc9a47e
commit 7978271f0f

4
wrangler.toml Normal file
View File

@ -0,0 +1,4 @@
name = "meet-sandbox-staging"
compatibility_date = "2024-08-21"
compatibility_flags = ["nodejs_compat"]
pages_build_output_dir = ".vercel/output/static"