diff --git a/.gitignore b/.gitignore index 5edc084..eaddd39 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ node_modules # Sentry Config File .sentryclirc .vercel +.wrangler +.dev.vars diff --git a/wrangler.toml b/wrangler.toml index ba07165..ed97e65 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -3,3 +3,7 @@ name = "ipusenpai" pages_build_output_dir = ".vercel/output/static" compatibility_flags = [ "nodejs_compat" ] +compatibility_date = "2024-06-08" + +[vars] +BUN_VERSION = "1.1.9"