onnx, fix depl issue
This commit is contained in:
51
web/.vercelignore
Normal file
51
web/.vercelignore
Normal file
@@ -0,0 +1,51 @@
|
||||
# ── ML Model (255MB ONNX model — too large for Vercel, downloaded at runtime) ──
|
||||
src/server/models/spam-classifier/
|
||||
|
||||
# ── Build Artifacts ──
|
||||
.output/
|
||||
.nitro/
|
||||
dist/
|
||||
|
||||
# ── Test Files (not needed in production) ──
|
||||
e2e/
|
||||
test/
|
||||
**/*.test.ts
|
||||
**/*.test.tsx
|
||||
**/*.spec.ts
|
||||
**/*.spec.tsx
|
||||
|
||||
# ── Development / Config ──
|
||||
.dockerignore
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
docker-compose.yaml
|
||||
vitest.config.ts
|
||||
vitest.node.config.ts
|
||||
playwright.config.ts
|
||||
drizzle.config.ts
|
||||
drizzle/
|
||||
|
||||
# ── Version Control ──
|
||||
.git/
|
||||
.gitignore
|
||||
.github/
|
||||
.husky/
|
||||
|
||||
# ── Environment (already in .gitignore, being explicit) ──
|
||||
.env
|
||||
.env.development
|
||||
.env.production
|
||||
.env.local
|
||||
|
||||
# ── Editors / OS ──
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# ── Pi agent / dev tooling ──
|
||||
.pi-lens/
|
||||
.agents/
|
||||
Reference in New Issue
Block a user