express-react-boilerplate
Version:
Express react boilerplate
24 lines (23 loc) • 440 B
JSON
{
"root": "dist",
"clean_urls": true,
"routes": {
"/**/*.js": "/",
"/**/*.gz": "/",
"/**/*.css": "/",
"/**/*.woff": "/",
"/**/*.woff2": "/",
"/**/*.ttf": "/",
"/**/*.eot": "/",
"/**/*.svg": "/",
"/**/*.gif": "/",
"/**/*.png": "/",
"/**/*.jpg": "/",
"/**/*.jpeg": "/",
"/**/*.webp": "/",
"/**/*.ico": "/",
"/**/*.txt": "/",
"/**/*.json": "/",
"/**/*.html": "/"
}
}