diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-04-15 20:40:53 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-04-15 20:40:53 +0300 |
commit | b68cfb97905628e60f23c430b253e5c69eeaa3f9 (patch) | |
tree | 742e1ab9db54c92cef3ef89c7fd30ab88b6586c5 /api | |
parent | 389cf355eb2344b4d5246a2e5c4b2ac31fec7f1b (diff) | |
download | arching-kaos-tools-b68cfb97905628e60f23c430b253e5c69eeaa3f9.tar.gz arching-kaos-tools-b68cfb97905628e60f23c430b253e5c69eeaa3f9.tar.bz2 arching-kaos-tools-b68cfb97905628e60f23c430b253e5c69eeaa3f9.zip |
Install script is broken
Diffstat (limited to 'api')
-rw-r--r-- | api/config.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/api/config.js b/api/config.js index 84a85b1..088ce07 100644 --- a/api/config.js +++ b/api/config.js @@ -1,5 +1,4 @@ -const process = require("process"); -const env = process.env; +const { env } = require("process"); const config = { port : 8610, |