diff --git a/app/.babelrc b/app/.babelrc deleted file mode 100644 index c235712..0000000 --- a/app/.babelrc +++ /dev/null @@ -1,14 +0,0 @@ -{ - "presets": [ - ["@babel/env", { - "useBuiltIns": "usage", - "corejs": 3 - }], - "@babel/typescript" - ], - "plugins": [ - ["@babel/plugin-proposal-decorators", {"decoratorsBeforeExport": true}], - ["@babel/proposal-class-properties"], - "@babel/proposal-object-rest-spread" - ] -} \ No newline at end of file diff --git a/app/dockerfile b/app/dockerfile index ebacc16..ffbe013 100644 --- a/app/dockerfile +++ b/app/dockerfile @@ -1,6 +1,6 @@ ARG ENABLED_MODULES="brotli" -FROM node:16-alpine as build +FROM node:18-alpine as build # Context will be root dir not /app because of github action weirdness # https://github.com/moby/buildkit/issues/1684 diff --git a/app/src/index.html b/app/index.html similarity index 99% rename from app/src/index.html rename to app/index.html index c9e9ba7..b26879f 100644 --- a/app/src/index.html +++ b/app/index.html @@ -172,6 +172,6 @@