Compare commits
2 Commits
09e7f1de0d
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8fcd8fd186 | ||
|
|
8d4693db90 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@ node_modules/
|
||||
.wrangler/
|
||||
.env
|
||||
public/config.js
|
||||
wrangler.toml
|
||||
|
||||
@@ -3,6 +3,6 @@ main = "src/index.js"
|
||||
compatibility_date = "2026-03-12"
|
||||
workers_dev = true
|
||||
|
||||
routes = [
|
||||
{ pattern = "nekoai-api.git.llc", custom_domain = true }
|
||||
]
|
||||
# routes = [
|
||||
# { pattern = "nekoai-api.yourdomain.com", custom_domain = true }
|
||||
# ]
|
||||
Reference in New Issue
Block a user