The Rust build expects web/dist to exist (static assets). Track an empty placeholder via web/dist/.gitkeep and adjust ignore rules to keep build artifacts ignored while allowing the placeholder file. Made-with: Cursor |
||
|---|---|---|
| .. | ||
| dist | ||
| public | ||
| src | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||