add static pages
This commit is contained in:
parent
bd78b8e4d7
commit
5ba5100a52
19 changed files with 320 additions and 7 deletions
3
imports/modules/server/get-private-file.js
Normal file
3
imports/modules/server/get-private-file.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import fs from 'fs';
|
||||
|
||||
export default path => fs.readFileSync(`assets/app/${path}`, 'utf8');
|
||||
Loading…
Add table
Add a link
Reference in a new issue