This repository has been archived on 2026-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
MoeCounter/vercel.json
T

4 lines
67 B
JSON
Raw Normal View History

2023-01-07 21:13:00 +08:00
{
"routes": [
{ "src": "/", "dest": "src/__init__.py" }]
}