9 lines
170 B
JSON
9 lines
170 B
JSON
{
|
|
"name": "hymenobacterdotinfo",
|
|
"root": "./dist",
|
|
"routes": {
|
|
"/tests": "tests/index.html",
|
|
"/tests/**": "tests/index.html",
|
|
"/**": "index.html"
|
|
}
|
|
}
|