Skip to content

Commit 86ae9bc

Browse files
author
Igor Khomenko
committed
cleanup
1 parent fa3005a commit 86ae9bc

File tree

3 files changed

+24
-17
lines changed

3 files changed

+24
-17
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ module.exports = function (grunt) {
5858
server: {
5959
options: {
6060
protocol: 'https',
61-
hostname: 'localhost',
61+
// hostname: 'localhost',
62+
hostname: '192.168.0.103',
6263
port: 8080,
6364
open: true,
6465
keepalive: true

0 commit comments

Comments
 (0)