Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

22 wiersze
352 B
JSON

{
"version": 2,
"name": "pegjs",
"alias": [
"pegjs.org",
"www.pegjs.org"
],
"routes": [
{
"handle": "filesystem"
},
{
"src": "/",
"dest": "/index.html"
},
{
"src": "/([^\\.*]+)",
"dest": "/$1.html"
}
]
}