add onOpen: ignore to postgres port

This commit is contained in:
Amruth Pillai
2022-12-16 16:42:02 +01:00
parent f9b6aefffe
commit 2522bdd0a2

View File

@ -12,20 +12,21 @@ tasks:
- name: Install Project Dependencies
command: |
npx playwright install-deps
pnpm dlx playwright install --with-deps chromium
pnpm install
ports:
# PostgreSQL
- port: 5432
onOpen: ignore
visibility: private
# Client
- port: 3100
visibility: public
onOpen: ignore
visibility: public
# Client
- port: 3000
visibility: public
onOpen: open-browser
visibility: public