Merge pull request #2287 from overleaf/as-frontend-rearch
Restructure frontend directories GitOrigin-RevId: 5a1224ca186f4809df45680a80d374c1c318d7bf
This commit is contained in:
committed by
sharelatex
parent
47137f6c03
commit
e035d526d6
@@ -9,7 +9,7 @@ if (fs.existsSync(MODULES_PATH)) {
|
||||
const entryPath = path.join(
|
||||
MODULES_PATH,
|
||||
module,
|
||||
'/public/src/main/index.js'
|
||||
'/frontend/js/main/index.js'
|
||||
)
|
||||
if (fs.existsSync(entryPath)) {
|
||||
acc.push(entryPath)
|
||||
|
||||
Reference in New Issue
Block a user