Skip to content

Commit

Permalink
Release: 배포테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
yongseong2 committed Nov 4, 2024
1 parent c4b73df commit 463c4b1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.59.7",
"@types/node": "^22.8.7",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/redux-logger": "^3.0.13",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react-swc';

// https://vite.dev/config/
export default defineConfig({
base: '',
base: process.env.NODE_ENV === 'production' ? '' : '/',
plugins: [react()],
server: {
port: 3000,
Expand Down

0 comments on commit 463c4b1

Please sign in to comment.