diff --git a/wrangler.toml b/wrangler.toml index edf03e7..1b9a6b7 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,5 +1,7 @@ name = "hestia" pages_build_output_dir = "./.svelte-kit/cloudflare" +compatibility_flags = ["nodejs_compat"] +compatibility_date = "2024-09-23" [vars] NODE_VERSION = "22.13.1"