mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Forgot cache buster generator script
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
var randomToken = require('random-token');
|
||||
var token = randomToken(16);
|
||||
console.log(token);
|
||||
Reference in New Issue
Block a user