mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-07-26 03:32:05 +00:00
Added shortid for server and unique id's for remote
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = 0;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = parseInt(process.env.NODE_UNIQUE_ID || 0, 10);
|
||||
Reference in New Issue
Block a user