mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
switch to webpack
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import * as program from 'commander';
|
||||
|
||||
import { Main } from './bw';
|
||||
|
||||
import { DeleteCommand } from './commands/delete.command';
|
||||
import { GetCommand } from './commands/get.command';
|
||||
import { ListCommand } from './commands/list.command';
|
||||
import { LoginCommand } from './commands/login.command';
|
||||
import { SyncCommand } from './commands/sync.command';
|
||||
|
||||
import { Main } from './main';
|
||||
|
||||
import { Response } from './models/response';
|
||||
import { CreateCommand } from './commands/create.command';
|
||||
import { EncodeCommand } from './commands/encode.command';
|
||||
|
||||
Reference in New Issue
Block a user