Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
68c0c4c833
commit
0f31b15573
6 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ export default defineConfig({
|
|||
trace: "on-first-retry",
|
||||
},
|
||||
webServer: {
|
||||
command: process.env.CI ? "npx serve -p 8080 -L ../webapp" : "yarn --cwd ../element-web start",
|
||||
command: process.env.CI ? "npx serve -p 8080 -L ./webapp" : "yarn start",
|
||||
url: `${baseURL}/config.json`,
|
||||
reuseExistingServer: true,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue