Merge pull request #19562 from overleaf/ab-modules-dependencies

[web] Modules dependencies

GitOrigin-RevId: d8bbb25a754f2ed58b1b1e924aa760b87d3135c6
This commit is contained in:
Alexandre Bourdin
2024-07-30 08:04:36 +00:00
committed by Copybot
parent dcf6e502b9
commit 5bc5b1af2a
7 changed files with 101 additions and 8 deletions
@@ -1 +1,6 @@
module.exports = {}
/** @typedef {import("../../types/web-module").WebModule} WebModule */
/** @type {WebModule} */
const ServerCeScriptsModule = {}
module.exports = ServerCeScriptsModule