Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions app/.babelrc

This file was deleted.

2 changes: 1 addition & 1 deletion app/dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/src/index.html → app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@
</head>
<body>
<bnli-app></bnli-app>
<script type="module" async src="./app.ts"></script>
<script type="module" async src="./src/app.ts"></script>
</body>
</html>
Loading