mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 10:53:51 +00:00
feat: UI access for custom views (#2020)
* style: consistent casing on menu * refactor: bundle demo from code * feat: allow uploading custom views
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { copyFileSync, existsSync, writeFileSync } from 'fs';
|
||||
|
||||
import { defaultTranslation } from '../user/translations/bundledTranslations.js';
|
||||
import { defaultTranslation } from '../bundle/bundledTranslations.js';
|
||||
import { ensureDirectory } from '../utils/fileManagement.js';
|
||||
import { publicDir, publicFiles, srcFiles } from './index.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user