aboutsummaryrefslogtreecommitdiffstats
path: root/development/beefy.js
diff options
context:
space:
mode:
authorАнна <anna@MacBook-Air-Anna.local>2018-07-05 11:15:28 +0800
committerАнна <anna@MacBook-Air-Anna.local>2018-07-05 11:15:28 +0800
commit90934bca46cf990554cbf9be9e302ab5e2fc8041 (patch)
treeee68fa3d98e8c0e072980fd07397b3a9bd40d640 /development/beefy.js
parent1f6bf0a80d43252d7b84e8e0247a524b77569810 (diff)
parentfd218142acb6dab0b2f921b9729f17ff90cffc2d (diff)
downloadtangerine-wallet-browser-90934bca46cf990554cbf9be9e302ab5e2fc8041.tar.gz
tangerine-wallet-browser-90934bca46cf990554cbf9be9e302ab5e2fc8041.tar.zst
tangerine-wallet-browser-90934bca46cf990554cbf9be9e302ab5e2fc8041.zip
Merge branch 'develop' into to-autocomplete
Diffstat (limited to 'development/beefy.js')
-rw-r--r--development/beefy.js15
1 files changed, 6 insertions, 9 deletions
diff --git a/development/beefy.js b/development/beefy.js
index 9eff94320..c1c436cb6 100644
--- a/development/beefy.js
+++ b/development/beefy.js
@@ -1,17 +1,14 @@
const beefy = require('beefy')
const http = require('http')
-const fs = require('fs')
-const path = require('path')
-
const port = 8124
const handler = beefy({
- entries: {'mocker.js': 'bundle.js'}
- , cwd: __dirname
- , live: true
- , open: true
- , quiet: false
- , bundlerFlags: ['-t', 'brfs']
+ entries: {'mocker.js': 'bundle.js'},
+ cwd: __dirname,
+ live: true,
+ open: true,
+ quiet: false,
+ bundlerFlags: ['-t', 'brfs'],
})