Skip to content

Commit 7ae045d

Browse files
Merge pull request #606 from henry-deriv/henry/wall-2135/wallets-account-switcher
[DTRA] Henry/wall 2135/wallets account switcher
2 parents c945104 + ca2d08e commit 7ae045d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+759
-204
lines changed

build/connect.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ module.exports = function (grunt) {
1010
livereload: {
1111
options: {
1212
hostname : '0.0.0.0',
13-
port : 443,
13+
port : 8090,
1414
protocol : 'https',
1515
base : 'dist',
1616
open : {
1717
appName: {
1818
app: 'Google\ Chrome'
1919
},
20-
target : 'https://localhost',
20+
target : 'https://localhost:8090',
2121
},
2222
middleware: (connect, options) => {
2323
const middlewares = [

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Deriv SmartTrader",
55
"scripts": {
66
"test": "grunt test",
7-
"livereload": "sudo -p 'enter password for sudo:' grunt livereload",
8-
"serve": "sudo -p 'enter password for sudo:' grunt serve",
9-
"start": "sudo -p 'enter password for sudo:' grunt start",
7+
"livereload": "grunt livereload",
8+
"serve": "grunt serve",
9+
"start": "grunt start",
1010
"eslint": "eslint --fix \"src/**/*.jsx\" src/"
1111
},
1212
"repository": {
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)