Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jul 19, 2024
1 parent b5c451d commit b642ca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ export default defineConfig({

/* Run your local dev server before starting the tests */
webServer: {
command: "npm run dev:testnet -g https://ipfs.web4.near.page/ipfs/bafybeibe63hqugbqr4writdxgezgl5swgujay6t5uptw2px7q63r7crk2q --no-hot",
command:
"npm run dev:testnet -g https://ipfs.web4.near.page/ipfs/bafybeibe63hqugbqr4writdxgezgl5swgujay6t5uptw2px7q63r7crk2q --no-hot",
port: 8080,
reuseExistingServer: !process.env.CI,
},
Expand Down

0 comments on commit b642ca9

Please sign in to comment.