1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

debug new classes

This commit is contained in:
Kyle Spearrin
2018-05-14 11:59:34 -04:00
parent 7f0f4a11f8
commit 2557f7239c
4 changed files with 15 additions and 8 deletions

View File

@@ -3,5 +3,4 @@
require('tsconfig-paths').register();
require('ts-node').register();
const main = require('./main.ts');
const m = new main.Main();
m.run();
new main.Main().run();