This command was working previously for me but now it's erroring on DNS for Error: getaddrinfo ENOTFOUND images.endor.dev
Command executed
🚀 Endor
Launching the Postgres environment
🌔 Initializing environment
node:internal/process/promises:394
triggerUncaughtException(err, true /* fromPromise */);
^
Error: getaddrinfo ENOTFOUND images.endor.dev
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:122:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'images.endor.dev'
}
Node.js v22.18.0
ELIFECYCLE Command failed with exit code 1.

This command was working previously for me but now it's erroring on DNS for
Error: getaddrinfo ENOTFOUND images.endor.devCommand executed
🚀 Endor
Launching the Postgres environment
🌔 Initializing environment
node:internal/process/promises:394
triggerUncaughtException(err, true /* fromPromise */);
^
Error: getaddrinfo ENOTFOUND images.endor.dev
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:122:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'images.endor.dev'
}
Node.js v22.18.0
ELIFECYCLE Command failed with exit code 1.