summaryrefslogtreecommitdiff
path: root/packages/aml-backoffice-ui/dev.mjs
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-05-02 09:57:49 -0300
committerSebastian <sebasjm@gmail.com>2024-05-03 08:44:06 -0300
commitfa4c7039f4ebeb6ad3cf19237ad7b138519ac142 (patch)
treeefa5f9d93961be5b71d6e3a08a33032a3819d5b2 /packages/aml-backoffice-ui/dev.mjs
parent9e3fc09bb056948d0706386edf52cd3a27b184ba (diff)
downloadwallet-core-fa4c7039f4ebeb6ad3cf19237ad7b138519ac142.tar.gz
wallet-core-fa4c7039f4ebeb6ad3cf19237ad7b138519ac142.tar.bz2
wallet-core-fa4c7039f4ebeb6ad3cf19237ad7b138519ac142.zip
removing compiled form ts
Diffstat (limited to 'packages/aml-backoffice-ui/dev.mjs')
-rwxr-xr-xpackages/aml-backoffice-ui/dev.mjs4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/aml-backoffice-ui/dev.mjs b/packages/aml-backoffice-ui/dev.mjs
index bc6fcd6c1..4b58116d1 100755
--- a/packages/aml-backoffice-ui/dev.mjs
+++ b/packages/aml-backoffice-ui/dev.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
@@ -18,7 +18,7 @@
import { serve } from "@gnu-taler/web-util/node";
import { initializeDev } from "@gnu-taler/web-util/build";
-const devEntryPoints = ["src/stories.tsx", "src/index.tsx", "src/forms.ts"];
+const devEntryPoints = ["src/stories.tsx", "src/index.tsx"];
const build = initializeDev({
type: "development",