forked from baron/baron-sso
webServer.command를 npm 기준에서 pnpm 기준으로 변경
This commit is contained in:
@@ -74,8 +74,8 @@ export default defineConfig({
|
|||||||
? undefined
|
? undefined
|
||||||
: {
|
: {
|
||||||
command: process.env.CI
|
command: process.env.CI
|
||||||
? "VITE_OIDC_AUTHORITY=http://localhost:5000/oidc npm run build && npm run preview -- --port 5174"
|
? "VITE_OIDC_AUTHORITY=http://localhost:5000/oidc pnpm build && pnpm preview -- --port 5174"
|
||||||
: "VITE_OIDC_AUTHORITY=http://localhost:5000/oidc npm run dev -- --port 5174",
|
: "VITE_OIDC_AUTHORITY=http://localhost:5000/oidc pnpm dev -- --port 5174",
|
||||||
url: baseURL,
|
url: baseURL,
|
||||||
reuseExistingServer: !process.env.CI,
|
reuseExistingServer: !process.env.CI,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user