mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
Change startup commands
This commit is contained in:
@@ -10,7 +10,7 @@ export type StartupAppData = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const STARTUP_COMMAND_KEY = 'StartupCommand';
|
const STARTUP_COMMAND_KEY = 'StartupCommand';
|
||||||
const DEFAULT_COMMANDS = ['help', '192.168.0.1/8', '1|2&123', '4 0b1000000 0x1f0'];
|
const DEFAULT_COMMANDS = ['help', '192.168.0.1/8', '12|-2&107', '4 0b1000000 0x1f0'];
|
||||||
|
|
||||||
function bootstrapAppData() : StartupAppData {
|
function bootstrapAppData() : StartupAppData {
|
||||||
const env = window.location.host === "bitwisecmd.com" ? 'prod' : 'stage';
|
const env = window.location.host === "bitwisecmd.com" ? 'prod' : 'stage';
|
||||||
|
|||||||
Reference in New Issue
Block a user