8 lines
220 B
JSON
8 lines
220 B
JSON
{
|
|
"installCommand": "../install.sh",
|
|
"buildCommand": "pnpm --filter @ily/www build",
|
|
"outputDirectory": "dist",
|
|
"redirects": [
|
|
{ "source": "/txt/now.txt", "destination": "/now.txt", "permanent": true }
|
|
]
|
|
}
|