Adrian
|
edb69c3c0d
|
fix: port detection, postgres nitro apps and nitro app testing (#363)
* add debug logs
* add polling for port test
* nuxt may be hmring on ignored files/folders
* Revert "nuxt may be hmring on ignored files/folders"
This reverts commit c57c3f0dd9e1b757825c777e12b63e050ca44227.
* Update packages/utils/src/get-port.ts
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
* Update packages/world-local/src/config.ts
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
* Update packages/utils/src/get-port.ts
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
* revert getPort
* test new pid to port cmd
* extend sleep time on tests
* fix
* fix race condition in tests
* add logs
* add fallback from pid-port
* remove pid-port fallback
* revert config ts
* test: add getPort test
* update tests for concurrent calls
* temp
* trigger rebuild
* feat: add windows get port support
* fix port sorting
* fix parsing logic and filtering
* fformat
* update ports logi
* revert
* windows port hack
* refactor: optional chaining on windows
* test: change ordering of config tests
* remove wrong test
* simplify windows getPort impl
* use execFileSync instead of execFile
* use execa
* disable test cache
* Update packages/utils/src/get-port.ts
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
* update
* debug
* windows cmd
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* lockfile
* fix: windows port detection
* simplify stuff
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* test: revert gh copilot
* fix
* increase sleep
* revert logs
* revert turbo
* revert
* revert
* changeset
* Update packages/utils/src/get-port.ts
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
* format
* init postgres world for express and hono
* add posgres world to nitro config
* add postgres world start to sveltekit
* add postgres world plugin to nitro apps
* Update workbench/sveltekit/src/hooks.server.ts
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
* Update workbench/vite/vite.config.ts
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
* fix nuxt plugin
* revert vercel compiled hook on nitro
* .
* revert
* update
* CI WILL BE GREEN
* remove log in nitro
---------
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-11-24 09:30:41 -08:00 |
|