fix: add wrangler.toml with nodejs_compat

This commit is contained in:
NIJAT
2025-12-24 07:58:20 +04:00
parent 2dd1a3c05d
commit 307def43d3

6
wrangler.toml Normal file
View File

@@ -0,0 +1,6 @@
name = "tuxmate"
compatibility_date = "2024-12-24"
compatibility_flags = ["nodejs_compat"]
[site]
bucket = ".vercel/output/static"