Skip to content

Commit

Permalink
ret
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehansen2 committed Dec 8, 2023
1 parent ff93486 commit b272917
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/dine-pleiepenger/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@ export default defineConfig({
command: 'yarn dev',
url: 'http://localhost:8080/dine-pleiepenger',
reuseExistingServer: true,
env: {
PUBLIC_PATH: '/dine-pleiepenger',
API_URL: 'http://localhost:8089',
APPSTATUS_PROJECT_ID: 'ryujtq87',
APPSTATUS_DATASET: 'staging',
},
},
});

0 comments on commit b272917

Please sign in to comment.