fix: default value changed to actual ip:port config in packges
This commit is contained in:
parent
f7294c96d1
commit
272d9caa67
|
@ -10,7 +10,7 @@
|
||||||
"start": "vinxi start",
|
"start": "vinxi start",
|
||||||
"codegen": "graphql-codegen",
|
"codegen": "graphql-codegen",
|
||||||
"e2e:tests": "npx playwright test --project=webkit",
|
"e2e:tests": "npx playwright test --project=webkit",
|
||||||
"e2e:tests:ci": "BASE_URL=http://staging.example.com npx playwright test --project=webkit",
|
"e2e:tests:ci": "BASE_URL=http://127.0.0.1:8080 npx playwright test --project=webkit",
|
||||||
"e2e:install": "npx playwright install webkit && npx playwright install-deps ",
|
"e2e:install": "npx playwright install webkit && npx playwright install-deps ",
|
||||||
"fix": "npx @biomejs/biome check . --fix && stylelint **/*.{scss,css} --fix",
|
"fix": "npx @biomejs/biome check . --fix && stylelint **/*.{scss,css} --fix",
|
||||||
"format": "npx @biomejs/biome format src/. --write",
|
"format": "npx @biomejs/biome format src/. --write",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user