aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui
diff options
context:
space:
mode:
authorNullptrderef <nullptrderef@proton.me>2024-08-11 15:05:59 +0200
committerNullptrderef <nullptrderef@proton.me>2024-08-11 15:05:59 +0200
commit22c9f432029f98d48a8a7c36f8c4bf24941ef178 (patch)
tree7affc1b16d6453a4a45c416a1db08209e8a8ed55 /packages/merchant-backoffice-ui
parent78d6fdb04de336fab8fe85210c7f76c90eb2d424 (diff)
fix: use dev.mjs - todo: remove preact-cli
Diffstat (limited to 'packages/merchant-backoffice-ui')
-rw-r--r--packages/merchant-backoffice-ui/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/merchant-backoffice-ui/package.json b/packages/merchant-backoffice-ui/package.json
index 348787907..5949eabe7 100644
--- a/packages/merchant-backoffice-ui/package.json
+++ b/packages/merchant-backoffice-ui/package.json
@@ -9,7 +9,7 @@
"build": "./build.mjs",
"check": "tsc",
"compile": "tsc && ./build.mjs",
- "dev": "preact watch --port ${PORT:=8080} --no-sw --no-esm",
+ "dev": "./dev.mjs",
"test": "./test.mjs && mocha --require source-map-support/register 'dist/**/*.test.js' 'dist/**/test.js'",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"i18n:extract": "pogen extract",
@@ -59,4 +59,4 @@
"pogen": {
"domain": "taler-merchant-backoffice"
}
-}
+} \ No newline at end of file