* add new variable to hold the url to the local umbraco instance * set api base-url if msw is turned off * add instructions how to use local umbraco instance * set baseurl for e2e mode Co-authored-by: Mads Rasmussen <madsr@hey.com>
4 lines
188 B
Plaintext
4 lines
188 B
Plaintext
# Copy this to .env.local and change what you want to test.
|
|
VITE_UMBRACO_USE_MSW=off # Playwright handles the mocking itself (using msw but it starts it up manually)
|
|
VITE_UMBRACO_API_URL=
|