diff --git a/wrangler.toml b/wrangler.toml index 6f24bd7..1b7aa8c 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -6,3 +6,6 @@ compatibility_flags = ["nodejs_compat"] [[kv_namespaces]] binding = "ViewCountKV" id = "682c01c937f94375aeec197e89074c10" + +[vars] +PNPM_VERSION = "9"