import app from server.js
This commit is contained in:
parent
b86d96b4d6
commit
e02f797b46
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in New Issue