Skip to content

Commit

Permalink
chore: remove vite-tsconfig-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Jun 24, 2024
1 parent caa3620 commit e3f41b6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 49 deletions.
46 changes: 0 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"engines": {
Expand Down
2 changes: 0 additions & 2 deletions server/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import dotenv from 'dotenv';
import { defineConfig } from 'vite';
import tsconfigPaths from 'vite-tsconfig-paths';

dotenv.config();

export default defineConfig({
plugins: [tsconfigPaths()],
test: {
env: { DATABASE_URL: process.env.TEST_DATABASE_URL ?? '' },
setupFiles: ['tests/setup.ts'],
Expand Down

0 comments on commit e3f41b6

Please sign in to comment.