From 6fc6bce696078af4ddc088c30f56cba480d0ec99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Thu, 1 Aug 2024 16:12:04 +0900 Subject: [PATCH] fix: yarn start --- .gitignore | 3 ++- wrangler.toml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3a470ed..af4113f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ node_modules .env static/dist coverage -junit.xml \ No newline at end of file +junit.xml +.wrangler/ \ No newline at end of file diff --git a/wrangler.toml b/wrangler.toml index a172a6a..b608bf5 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,6 +1,7 @@ name = "telegram-ubiquibot" main = "src/worker.ts" compatibility_date = "2023-08-01" +node_compat = true # Variable bindings. These are arbitrary, plaintext strings (similar to environment variables) # Note: Use secrets to store sensitive data.