UNPKG

cloudcmd

Version:

File manager for the web with console and editor

8 lines (5 loc) 225 B
'use strict'; const path = require('node:path'); const readFilesSync = require('@cloudcmd/read-files-sync'); const templatePath = path.join(__dirname, '..', 'tmpl/fs'); module.exports = readFilesSync(templatePath, 'utf8');