1
0
Fork 0

import app from server.js

This commit is contained in:
Ryan Mwangi 2024-10-29 21:51:24 +03:00
parent b86d96b4d6
commit e02f797b46
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import express from 'express';
import icalGenerator from 'ical-generator';
import fs from 'fs';
import path from 'path';
import app from './server';
const MERGED_CALENDARS_DIR = 'calendar';