Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 0c2de773 rédigé par Andrew Ferrazzutti's avatar Andrew Ferrazzutti Validation de GitHub
Parcourir les fichiers

Improve "yarn start" (#900)

* Don't force build before start

* Let "yarn start/debug" accept config file path arg

Also use "yarn start" in the README

* changelog
parent 29e4e2af
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -49,7 +49,7 @@ by running ``yarn set version classic`` in the directory where you cloned this r ...@@ -49,7 +49,7 @@ by running ``yarn set version classic`` in the directory where you cloned this r
homeserverUrl: "https://example.com" homeserverUrl: "https://example.com"
``` ```
* Run ``node build/src/discordas.js -r -u "http://localhost:9005" -c config.yaml`` * Run ``yarn start -r -u "http://localhost:9005"``
* Modify your HSs appservices config so that it includes the generated file. * Modify your HSs appservices config so that it includes the generated file.
* e.g. On synapse, adding to ``app_service_config_files`` array in ``homeserver.yaml`` * e.g. On synapse, adding to ``app_service_config_files`` array in ``homeserver.yaml``
......
Modify the "start" and "debug" package scripts to not trigger a TypeScript build, and to accept a user-supplied command line option for the path to the bridge configuration file.
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"coverage": "tsc && nyc mocha build/test/config.js build/test", "coverage": "tsc && nyc mocha build/test/config.js build/test",
"build": "tsc", "build": "tsc",
"postinstall": "yarn build", "postinstall": "yarn build",
"start": "yarn build && node ./build/src/discordas.js -c config.yaml", "start": "node ./build/src/discordas.js",
"debug": "yarn build && node --inspect ./build/src/discordas.js -c config.yaml", "debug": "node --inspect ./build/src/discordas.js",
"addbot": "node ./build/tools/addbot.js", "addbot": "node ./build/tools/addbot.js",
"adminme": "node ./build/tools/adminme.js", "adminme": "node ./build/tools/adminme.js",
"usertool": "node ./build/tools/userClientTools.js", "usertool": "node ./build/tools/userClientTools.js",
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter