summaryrefslogtreecommitdiff
path: root/packages/aml-backoffice-ui/build.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/aml-backoffice-ui/build.mjs')
-rwxr-xr-xpackages/aml-backoffice-ui/build.mjs4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/aml-backoffice-ui/build.mjs b/packages/aml-backoffice-ui/build.mjs
index bd7a088cf..04a6f646b 100755
--- a/packages/aml-backoffice-ui/build.mjs
+++ b/packages/aml-backoffice-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,7 +20,7 @@ import { build } from "@gnu-taler/web-util/build";
await build({
type: "production",
source: {
- js: ["src/index.tsx", "src/forms.ts"],
+ js: ["src/index.tsx"],
assets: [{ base: "src", files: ["src/index.html"] }],
},
destination: "./dist/prod",