mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-03-31 06:24:00 -04:00
Added the basic js/css frontend to the express app
This commit is contained in:
3
app/helpers/modules/Assets.js
Normal file
3
app/helpers/modules/Assets.js
Normal file
@@ -0,0 +1,3 @@
|
||||
const fs = require("fs");
|
||||
|
||||
module.exports = JSON.parse(fs.readFileSync(`${__dirname}/../../../public/dist/rev-manifest.json`));
|
||||
Reference in New Issue
Block a user