mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-26 06:32:03 +10:00
add onOpen: ignore to postgres port
This commit is contained in:
@@ -12,20 +12,21 @@ tasks:
|
|||||||
|
|
||||||
- name: Install Project Dependencies
|
- name: Install Project Dependencies
|
||||||
command: |
|
command: |
|
||||||
npx playwright install-deps
|
pnpm dlx playwright install --with-deps chromium
|
||||||
pnpm install
|
pnpm install
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
# PostgreSQL
|
# PostgreSQL
|
||||||
- port: 5432
|
- port: 5432
|
||||||
|
onOpen: ignore
|
||||||
visibility: private
|
visibility: private
|
||||||
|
|
||||||
# Client
|
# Client
|
||||||
- port: 3100
|
- port: 3100
|
||||||
visibility: public
|
|
||||||
onOpen: ignore
|
onOpen: ignore
|
||||||
|
visibility: public
|
||||||
|
|
||||||
# Client
|
# Client
|
||||||
- port: 3000
|
- port: 3000
|
||||||
visibility: public
|
|
||||||
onOpen: open-browser
|
onOpen: open-browser
|
||||||
|
visibility: public
|
||||||
|
|||||||
Reference in New Issue
Block a user