support cloudflare workers
Browse files- wrangler.toml +6 -0
wrangler.toml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name = "uni-api"
|
2 |
+
main = "main.py"
|
3 |
+
compatibility_date = "2024-03-31"
|
4 |
+
|
5 |
+
[build]
|
6 |
+
command = "pip install -r requirements.txt"
|