Skip to content

Commit

Permalink
build and then preview should be available
Browse files Browse the repository at this point in the history
  • Loading branch information
rockerBOO committed Nov 7, 2024
1 parent 07b0fce commit 456d1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lora-inspector-wasm/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default defineConfig({

/* Run your local dev server before starting the tests */
webServer: {
command: "yarn preview",
command: "yarn build && yarn preview",
url: "http://localhost:4173",
reuseExistingServer: !process.env.CI,
},
Expand Down

0 comments on commit 456d1f0

Please sign in to comment.