1
0
Fork 1
mirror of https://example.com synced 2024-11-22 12:06:39 +09:00

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:
naskya 2024-01-03 00:34:07 +09:00
parent e81cc3bfdd
commit 475e2877f1
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -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",