23 lines
470 B
JSON
23 lines
470 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "witos-go",
|
|
"main": "src/index.ts",
|
|
"compatibility_date": "2025-07-12",
|
|
"routes": [
|
|
{
|
|
"pattern": "go.witos.dev",
|
|
"custom_domain": true
|
|
}
|
|
],
|
|
"vars": {
|
|
"CACHE_MAXAGE": 86400,
|
|
"PACKAGES": {
|
|
"logger": {
|
|
"import_name": "go.witos.dev/logger",
|
|
"vcs": "git",
|
|
"repository": "https://git.witine.com/witos/logger",
|
|
"url": "https://git.witine.com/witos/logger"
|
|
}
|
|
}
|
|
}
|
|
}
|