mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import serveStatic from 'express-static-gzip';
|
||||
import path from 'path';
|
||||
|
||||
export default serveStatic(path.join(__dirname, '..', '..', 'dist'), {});
|
||||
Reference in New Issue
Block a user