Some checks failed
Deploy / deploy (push) Failing after 19s
tsconfig.json, tsconfig.app.json, and tsconfig.node.json were never committed because *.json was gitignored without exceptions for them. Added whitelist entries and restored Dockerfile to use npm run build (tsc -b + vite) now that the config files are present. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
119 B
JSON
8 lines
119 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./tsconfig.app.json" },
|
|
{ "path": "./tsconfig.node.json" }
|
|
]
|
|
}
|