diff --git a/app.yaml b/app.yaml index 79375f8..67cc5f7 100644 --- a/app.yaml +++ b/app.yaml @@ -2,6 +2,9 @@ runtime: nodejs vm: true env_variables: NODE_ENV: production - +handlers: +- url: /.* + script: IGNORED + secure: always skip_files: - ^(.*/)?.*/node_modules/.*$ \ No newline at end of file