mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
parse env json the same as the rest, with hjson
This commit is contained in:
+2
-1
@@ -1 +1,2 @@
|
||||
module.exports = JSON.parse(process.env.TALK_PLUGINS_JSON);
|
||||
const hjson = require('hjson');
|
||||
module.exports = hjson.parse(process.env.TALK_PLUGINS_JSON);
|
||||
|
||||
Reference in New Issue
Block a user