Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit 829a409

Browse files
authored
Allow playground to be visible on local network (#252)
1 parent c330fc6 commit 829a409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plutus-playground-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build:spago:watch": "spago build --purs-args \"--strict --censor-lib --stash --is-lib=generated --is-lib=.spago\" --watch --clear-screen",
77
"build:webpack": "webpack-cli serve --progress --inline --hot --mode=development --node-env=development",
88
"build:webpack:prod": "webpack --progress --bail --mode=production --node-env=production",
9-
"build:webpack:dev": "webpack-cli serve --progress --inline --hot --mode=development --node-env=development",
9+
"build:webpack:dev": "webpack-cli serve --progress --inline --hot --mode=development --node-env=development --host 0.0.0.0",
1010
"install:spago": "spago install",
1111
"docs": "spago docs",
1212
"repl": "spago repl",

0 commit comments

Comments
 (0)