CalMerger/src
2024-11-26 03:09:49 +03:00
..
lib fix(import): enable compatibility between ES modules and CommonJS for ical.jsRenamed ical.js to ical.cjs to explicitly mark it as a CommonJS module and used createRequire to import it into the ES module project. This resolves module system conflicts and ensures seamless integration without modifying ical.js content. 2024-11-20 13:58:35 +03:00
app.js refactor: move server.js and app.js into src directory 2024-11-11 20:14:49 +03:00
calendarUtil.js test(logging): adjust logging to use debug levels 2024-11-26 03:09:49 +03:00
logger.js test(logging): adjust logging to use debug levels 2024-11-26 03:09:49 +03:00
routes.js feat(calendarUtil): simplify event property copying 2024-11-25 13:32:47 +01:00
server.js test(calendar): use correct subdirectory to run server 2024-11-25 13:03:47 +01:00