From 2fd8acbdca06566b00f0b7fc2fb3a38683356810 Mon Sep 17 00:00:00 2001 From: Mahmoud Abdelwahab Date: Fri, 31 May 2024 22:12:32 +0300 Subject: [PATCH] Add wrangler.tom --- apps/api/wrangler.toml | 4 ++++ apps/web/wrangler.toml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 apps/api/wrangler.toml create mode 100644 apps/web/wrangler.toml 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"