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 Feb 2, 2025
1 parent bf1ed21 commit 6aeeb2a
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 @@ -46,7 +46,6 @@
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.1.5"
},
"engines": {
Expand Down
2 changes: 0 additions & 2 deletions server/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import dotenv from 'dotenv';
import tsconfigPaths from 'vite-tsconfig-paths';
import { defineConfig } from 'vitest/config';
import { S3_BUCKET } from './service/envValues';

dotenv.config();

export default defineConfig({
plugins: [tsconfigPaths()],
test: {
env: {
S3_BUCKET: `${S3_BUCKET}-test`,
Expand Down

0 comments on commit 6aeeb2a

Please sign in to comment.