Prettier format pending files

This commit is contained in:
Builder.io 2025-11-08 08:08:43 +00:00
parent 063da97c7c
commit 363337bc3e

View file

@ -2,9 +2,7 @@
"version": 2, "version": 2,
"buildCommand": "npm ci && npm run build", "buildCommand": "npm ci && npm run build",
"outputDirectory": "dist/spa", "outputDirectory": "dist/spa",
"rewrites": [ "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }],
{ "source": "/(.*)", "destination": "/index.html" }
],
"headers": [ "headers": [
{ {
"source": "/assets/(.*)", "source": "/assets/(.*)",