mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Default BONOB_WEB_ADDRESS to the hostname of the machine, error if localhost provided, clarify README.md.
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"dev": "BONOB_PORT=4000 BONOB_WEB_ADDRESS=http://$(hostname):4000 nodemon ./src/app.ts",
|
||||
"dev": "BONOB_PORT=4000 nodemon ./src/app.ts",
|
||||
"test": "jest",
|
||||
"client-test": "ts-node tests/bonob_client.ts"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user