yym68686 commited on
Commit
9b32db2
·
1 Parent(s): 783c658

support cloudflare workers

Browse files
Files changed (1) hide show
  1. 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"