Skip to content

Commit

Permalink
fix: package and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Jan 10, 2025
1 parent 4d753e2 commit eb3571b
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 3,181 deletions.
23 changes: 0 additions & 23 deletions app.config.ts

This file was deleted.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@sentry/react": "8.48.0",
"@tanstack/react-router": "1.95.1",
"@tanstack/router-devtools": "1.95.1",
"@tanstack/start": "1.95.2",
"@tanstack/zod-adapter": "1.95.1",
"axios": "1.7.9",
"date-fns": "^4.1.0",
Expand Down Expand Up @@ -59,14 +58,13 @@
"stylis": "4.3.4",
"use-supercluster": "1.2.0",
"uuid": "11.0.4",
"vinxi": "0.5.1",
"zod": "3.24.1"
},
"scripts": {
"dev": "vinxi dev --port 3114",
"start": "vinxi start",
"dev": "vite",
"start": "pnpm dev",
"start:test": "vite --mode test",
"build": "vinxi build",
"build": "tsc -b && vite build",
"build:dev": "tsc -b && vite build --mode development",
"build:test": "tsc -b && vite build --mode test",
"preview": "vite preview",
Expand Down Expand Up @@ -154,7 +152,6 @@
"vite-plugin-checker": "0.8.0",
"vite-plugin-istanbul": "6.0.2",
"vite-plugin-static-copy": "2.2.0",
"vite-plugin-svgr": "4.3.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8"
},
Expand Down
Loading

0 comments on commit eb3571b

Please sign in to comment.