completionId: cgen-2d8453bd03e8473799b822e6429a3686

cgen-2d8453bd03e8473799b822e6429a3686
This commit is contained in:
Builder.io 2025-11-16 00:21:06 +00:00
parent d98afbf0b9
commit ff0e97273b

View file

@ -14,7 +14,7 @@
"dev": "vite",
"build": "npm run build:client && npm run copy:api",
"build:client": "vite build",
"copy:api": "if [ -d 'code/api' ]; then rm -rf api && cp -r code/api api; elif [ -d '../code/api' ]; then rm -rf api && cp -r ../code/api api; fi",
"copy:api": "node copy-api.js",
"test": "vitest --run",
"format.fix": "prettier --write .",
"typecheck": "tsc"