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