From 7024e2ec91bcb46f5a8b4edc2ee0d9f963019009 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Tue, 20 Aug 2024 19:51:21 -0700 Subject: [PATCH] Add `ketboards.js` to prod dependencies --- src/gui/src/static-assets.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/src/static-assets.js b/src/gui/src/static-assets.js index 1b8b0e5d5..b6fc56779 100644 --- a/src/gui/src/static-assets.js +++ b/src/gui/src/static-assets.js @@ -50,6 +50,7 @@ const js_paths = [ '/IPC.js', '/globals.js', `/i18n/i18n.js`, + `/keyboard.js` ] export { lib_paths, css_paths, js_paths }; \ No newline at end of file