From b2f073600ada9892ee684bbc2215559bb6f67b38 Mon Sep 17 00:00:00 2001 From: Marcos Date: Sat, 20 Apr 2024 00:11:43 +0100 Subject: [PATCH] build fix --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 0ada5c4..803c1dd 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -4,7 +4,7 @@ import terser from '@rollup/plugin-terser' export default [ { - input: 'scripts/token-action-hud-ose.js', + input: 'scripts/system-manager.js', plugins: [ commonjs(), resolve({ browser: true })