jstd-web/node_modules/snabbdom/serve.json

12 lines
333 B
JSON
Raw Normal View History

2025-11-25 15:23:22 +08:00
{
"redirects": [{ "source": "/", "destination": "/examples" }],
"rewrites": [
{ "source": "build/:file", "destination": "build/:file.js" },
{
"source": "build/helpers/:file",
"destination": "build/helpers/:file.js"
},
{ "source": "build/modules/:file", "destination": "build/modules/:file.js" }
]
}