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