diff --git a/app.yaml b/app.yaml index fa6e6f9..121a428 100644 --- a/app.yaml +++ b/app.yaml @@ -1,4 +1,4 @@ -runtime: nodejs18 +runtime: REPLACE_IN_PIPELINE instance_class: F1 service: REPLACE_IN_PIPELINE diff --git a/package.json b/package.json index f3a6b3e..2e8485e 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "dev": "vite", "start": "serve -s dist", "build": "tsc && vite build", + "gcp-build": "", "preview": "vite preview", "test": "vitest run", "test:coverage": "vitest run --coverage",