1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Merge pull request #5259 from BookStackApp/typescript-conversions

Conversion of Services to TypeScript
This commit is contained in:
Dan Brown
2024-12-01 13:04:59 +00:00
committed by GitHub
41 changed files with 304 additions and 297 deletions

View File

@@ -10,7 +10,7 @@ const isProd = process.argv[2] === 'production';
// Gather our input files
const entryPoints = {
app: path.join(__dirname, '../../resources/js/app.js'),
app: path.join(__dirname, '../../resources/js/app.ts'),
code: path.join(__dirname, '../../resources/js/code/index.mjs'),
'legacy-modes': path.join(__dirname, '../../resources/js/code/legacy-modes.mjs'),
markdown: path.join(__dirname, '../../resources/js/markdown/index.mjs'),