Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2024-10-15 19:01:25 +01:00
parent 68c0c4c833
commit 0f31b15573
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D
6 changed files with 3 additions and 3 deletions

View file

@ -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,
},