Skip to content

Commit

Permalink
Fix JS CLI command missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Nov 1, 2024
1 parent bbe69e7 commit 9736f8e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion applications/system/js_app/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@ App(
apptype=FlipperAppType.PLUGIN,
entry_point="js_cli_plugin_ep",
requires=["cli"],
sources=["js_app.c"],
sources=[
"js_app.c",
"js_modules.c",
"js_thread.c",
"plugin_api/app_api_table.cpp",
"modules/js_flipper.c",
"modules/js_tests.c",
],
)

App(
Expand Down

0 comments on commit 9736f8e

Please sign in to comment.