Convert server-ce-scripts index file to ES modules

GitOrigin-RevId: 5edfa16b4a77471f340c8bbc784a3833cfcaf490
This commit is contained in:
Andrew Rumble
2025-06-23 15:05:11 +01:00
committed by Copybot
parent b3a075ba98
commit ef53acc4dc

View File

@@ -3,4 +3,4 @@
/** @type {WebModule} */
const ServerCeScriptsModule = {}
module.exports = ServerCeScriptsModule
export default ServerCeScriptsModule