fix: update docker-compose network to external and enhance avatar URL resolution logic
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"format": "prettier --write .",
|
||||
"lint": "prettier --check . && eslint .",
|
||||
"test:unit": "vitest",
|
||||
"test:unit": "vitest --project server",
|
||||
"test:unit:full": "vitest",
|
||||
"test": "npm run test:unit -- --run && npm run test:e2e",
|
||||
"test:e2e": "playwright test"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user