diff options
author | 0neGal <mail@0negal.com> | 2024-06-08 18:36:27 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2024-06-08 18:36:27 +0200 |
commit | 0577977182e7f4be2722f54ae50ff23aa8fe9032 (patch) | |
tree | 11613eceff4fc919d28df2c7d372ca0affad2469 /src/app/main.js | |
parent | ceb90ab941a159d63ea5cace1c24dde6b8b96a86 (diff) | |
download | Viper-0577977182e7f4be2722f54ae50ff23aa8fe9032.tar.gz Viper-0577977182e7f4be2722f54ae50ff23aa8fe9032.zip |
convert js/launcher.js to a CommonJS module
Diffstat (limited to 'src/app/main.js')
-rw-r--r-- | src/app/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/main.js b/src/app/main.js index 9ad6344..b72c1f9 100644 --- a/src/app/main.js +++ b/src/app/main.js @@ -37,6 +37,7 @@ const request = require("./js/request"); const process = require("./js/process"); const settings = require("./js/settings"); const gamepath = require("./js/gamepath"); +const launcher = require("./js/launcher"); const is_running = require("./js/is_running"); const set_buttons = require("./js/set_buttons"); |