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:
+4
@@ -0,0 +1,4 @@
|
||||
|
||||
module.exports = process.env.EXPRESS_COV
|
||||
? require('./lib-cov/express')
|
||||
: require('./lib/express');
|
||||
Reference in New Issue
Block a user