Prettier format pending files
This commit is contained in:
parent
bb4905b256
commit
3fc408aeff
1 changed files with 4 additions and 1 deletions
|
|
@ -3,7 +3,10 @@
|
||||||
"buildCommand": "npm ci && npm run build",
|
"buildCommand": "npm ci && npm run build",
|
||||||
"outputDirectory": "dist",
|
"outputDirectory": "dist",
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
{ "source": "/api/:path*", "destination": "https://e7c3806a9bfe4bdf9bb8a72a7f0d31cd-324f24a826ec4eb198c1a0eef.fly.dev/api/:path*" },
|
{
|
||||||
|
"source": "/api/:path*",
|
||||||
|
"destination": "https://e7c3806a9bfe4bdf9bb8a72a7f0d31cd-324f24a826ec4eb198c1a0eef.fly.dev/api/:path*"
|
||||||
|
},
|
||||||
{ "source": "/(.*)", "destination": "/" }
|
{ "source": "/(.*)", "destination": "/" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue