diff --git a/apps/api/wrangler.toml b/apps/api/wrangler.toml new file mode 100644 index 0000000..3100f8d --- /dev/null +++ b/apps/api/wrangler.toml @@ -0,0 +1,4 @@ +#:schema node_modules/wrangler/config-schema.json +name = "instant-postgres-api" +compatibility_date = "2024-05-29" +pages_build_output_dir = "./build/client" diff --git a/apps/web/wrangler.toml b/apps/web/wrangler.toml new file mode 100644 index 0000000..18fd73e --- /dev/null +++ b/apps/web/wrangler.toml @@ -0,0 +1,4 @@ +#:schema node_modules/wrangler/config-schema.json +name = "instant-postgres" +compatibility_date = "2024-05-29" +pages_build_output_dir = "./build/client"