Skip to content

Commit

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

inbound_services:
- warmup

build_env_variables:
GOOGLE_NODE_RUN_SCRIPTS: '' # https://cloud.google.com/appengine/docs/standard/nodejs/runtime#npm_build_script
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"dev": "vite",
"start": "serve -s dist",
"build": "tsc && vite build",
"gcp-build": "",
"preview": "vite preview",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
Expand Down

0 comments on commit 3108674

Please sign in to comment.