diff --git a/wrangler.toml b/wrangler.toml new file mode 100644 index 00000000..addd1007 --- /dev/null +++ b/wrangler.toml @@ -0,0 +1,6 @@ +#:schema node_modules/wrangler/config-schema.json +name = "bolt" +compatibility_flags = ["nodejs_compat"] +compatibility_date = "2024-07-01" +pages_build_output_dir = "./build/client" +send_metrics = false \ No newline at end of file