Merge branch 'fe/feat/141-workspace-browse-api' into 'fe/develop'
Chore: 패키지 수정 See merge request s11-s-project/S11P21S002!61
This commit is contained in:
commit
a11686be6e
@ -5,7 +5,6 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"dev:no-mock": "VITE_MOCKING_ENABLED=false vite",
|
|
||||||
"build": "tsc -b && vite build",
|
"build": "tsc -b && vite build",
|
||||||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
|
@ -7,7 +7,7 @@ import tsconfigPaths from 'vite-tsconfig-paths';
|
|||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [react(), tsconfigPaths(), svgr()],
|
plugins: [react(), tsconfigPaths(), svgr()],
|
||||||
base: './',
|
base: '/', // base 경로를 절대 경로로 수정
|
||||||
test: {
|
test: {
|
||||||
globals: true,
|
globals: true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user