summaryrefslogtreecommitdiff
path: root/packages/challenger-ui/build.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/challenger-ui/build.mjs')
-rwxr-xr-xpackages/challenger-ui/build.mjs5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/challenger-ui/build.mjs b/packages/challenger-ui/build.mjs
index 95088628c..166647f79 100755
--- a/packages/challenger-ui/build.mjs
+++ b/packages/challenger-ui/build.mjs
@@ -1,7 +1,7 @@
#!/usr/bin/env node
/*
This file is part of GNU Taler
- (C) 2022 Taler Systems S.A.
+ (C) 2022-2024 Taler Systems S.A.
GNU Taler is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -20,10 +20,11 @@ import { build } from "@gnu-taler/web-util/build";
await build({
type: "production",
source: {
- js: ["src/main.js"],
+ js: ["src/main.js","src/index.tsx"],
assets: [{
base: "src",
files: [
+ "src/index.html",
"src/attempts-exhausted.html",
"src/enter-address-form.html",
"src/enter-email-form.html",