Skip to content

Commit

Permalink
fix: typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 committed Nov 29, 2024
1 parent 363c9da commit 19ccfee
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 199 deletions.
1 change: 0 additions & 1 deletion frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default defineNuxtConfig({
"@pinia/nuxt",
"@vueuse/nuxt",
"@vite-pwa/nuxt",
// "./nuxt.proxyoverride.ts",
"unplugin-icons/nuxt",
],

Expand Down
52 changes: 0 additions & 52 deletions frontend/nuxt.proxyoverride.ts

This file was deleted.

7 changes: 4 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint --ext \".ts,.js,.vue\" --ignore-path ../.gitignore .",
"lint:fix": "eslint --ext \".ts,.js,.vue\" --ignore-path ../.gitignore . --fix",
"lint:ci": "eslint --ext \".ts,.js,.vue\" --ignore-path ../.gitignore . --max-warnings 1",
"typecheck": "pnpm dlx vue-tsc@2.1.6 --noEmit",
"typecheck": "pnpm vue-tsc --noEmit",
"test:ci": "TEST_SHUTDOWN_API_SERVER=true vitest --run --config ./test/vitest.config.ts",
"test:local": "TEST_SHUTDOWN_API_SERVER=false && vitest --run --config ./test/vitest.config.ts",
"test:watch": " TEST_SHUTDOWN_API_SERVER=false vitest --config ./test/vitest.config.ts"
Expand All @@ -33,11 +33,12 @@
"isomorphic-fetch": "^3.0.0",
"nuxt": "3.12.4",
"prettier": "^3.4.1",
"typescript": "^5.7.2",
"typescript": "5.6.2",
"unplugin-icons": "^0.18.5",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^1.6.0",
"vue-i18n": "^9.14.2"
"vue-i18n": "^9.14.2",
"vue-tsc": "2.1.6"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
Expand Down
Loading

0 comments on commit 19ccfee

Please sign in to comment.