We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d128eb5 commit 7570e95Copy full SHA for 7570e95
.gcloudignore
@@ -0,0 +1,17 @@
1
+/src
2
+/.github
3
+/.vscode
4
+/node_modules
5
+/.devcontainer.json
6
+/.eslintrc.json
7
+/.gitignore
8
+/.prettierignore
9
+/.prettierrc.json
10
+/codecov.yml
11
+/*.code-*
12
+/*.md
13
+/scripts
14
+/tsconfig.json
15
+/tsconfig.node.json
16
+/vite.config.ts
17
+/index.html
app.yaml
@@ -0,0 +1,9 @@
+runtime: REPLACE_IN_PIPELINE
+instance_class: F1
+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
0 commit comments