Skip to content

Commit

Permalink
Merge pull request #25 from Firgrep/fix/ci
Browse files Browse the repository at this point in the history
feat: nodejs app engine
  • Loading branch information
Firgrep authored Jan 27, 2024
2 parents 3ffcb17 + 14e6783 commit 3b471b0
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions out/app.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
runtime: python27
api_version: 1
threadsafe: true
runtime: nodejs20

handlers:
- url: /
static_files: www/index.html
upload: www/index.html
- url: www/static
static_dir: public

- url: /(.*)
static_files: www/\1
upload: www/(.*)
- url: www/.*
script: auto

0 comments on commit 3b471b0

Please sign in to comment.