mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-02-17 09:27:28 +00:00
fix(relay-angular-chat): fix base url
This commit is contained in:
parent
c546f0e113
commit
88b36d6c9a
@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
"build": "ng build",
|
"build": "ng build --base-href /relay-angular-chat --deploy-url /relay-angular-chat/",
|
||||||
"watch": "ng build --watch --configuration development",
|
"watch": "ng build --watch --configuration development",
|
||||||
"test": "exit 0",
|
"test": "exit 0",
|
||||||
"test:local": "ng test",
|
"test:local": "ng test",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user