forked from naskya/firefish
chore: remove --dns-result-order=ipv4first
If I recall correctly, this was needed due to unstable connection with git.joinfirefish.org. We don't get anything from there now.
This commit is contained in:
parent
e81cc3bfdd
commit
475e2877f1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "pnpm node --dns-result-order=ipv4first ./built/index.js",
|
||||
"start": "pnpm node ./built/index.js",
|
||||
"start:test": "NODE_ENV=test pnpm node ./built/index.js",
|
||||
"migrate": "pnpm run migrate:typeorm && pnpm run migrate:cargo",
|
||||
"migrate:typeorm": "typeorm migration:run -d ormconfig.js",
|
||||
|
|
Loading…
Reference in a new issue