Skip to content

Commit

Permalink
dont set port
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed May 24, 2024
1 parent f49a168 commit 1eeca68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ service: REPLACE_IN_PIPELINE

inbound_services:
- warmup

env_variables:
PORT: 80
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"start": "serve -s dist -l 80",
"start": "serve -s dist",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
Expand Down

0 comments on commit 1eeca68

Please sign in to comment.