mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-25 13:00:17 +08:00
Initial work on the server
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
var options = {};
|
||||
|
||||
if (process.env.FILTER) {
|
||||
options.include = new RegExp(process.env.FILTER + '.*\\.js$');
|
||||
}
|
||||
|
||||
require('urun')(__dirname, options);
|
||||
Reference in New Issue
Block a user