mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-02-01 08:34:41 +01:00
add deploy process
This commit is contained in:
@@ -18,9 +18,8 @@ commands.initialize(cmd, appState);
|
||||
|
||||
console.log("appState", appState);
|
||||
|
||||
|
||||
var hashArgs = hash.getArgs(window.location.hash);
|
||||
var startupCommands = ['1','2','1|2<<2'];
|
||||
var startupCommands = ['help', '1|2&6','1<<0x2a','2 4 8 16 32'];
|
||||
if(hashArgs.length > 0) {
|
||||
startupCommands = hashArgs;
|
||||
}
|
||||
|
||||
21
src/bundle.js
Normal file
21
src/bundle.js
Normal file
File diff suppressed because one or more lines are too long
1
src/bundle.js.map
Normal file
1
src/bundle.js.map
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user