diff options
| author | seth <[email protected]> | 2023-11-11 05:51:13 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-11 05:54:16 -0500 |
| commit | 70edf4c616e59a8e83e7ca7faf9faefd6e0b817c (patch) | |
| tree | 353b1b397a8a57c462bf6eb5ccee46b6ac85f35f /wrangler.toml | |
initial commit
Diffstat (limited to 'wrangler.toml')
| -rw-r--r-- | wrangler.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/wrangler.toml b/wrangler.toml new file mode 100644 index 0000000..96060fe --- /dev/null +++ b/wrangler.toml @@ -0,0 +1,9 @@ +name = "teawie_api" +main = "src/index.ts" +compatibility_date = "2023-11-11" + +workers_dev = false +send_metrics = false + +[vars] +URL = "https://api.mydadleft.me" |
