1
0
mirror of https://github.com/comatory/fb2iCal synced 2025-06-05 22:09:25 +02:00

add service worker for offline access

This commit is contained in:
Ondrej Synacek
2019-10-20 20:32:25 +02:00
parent 132c6a2807
commit 88ae765672
3 changed files with 69 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ const app = express()
app.set('view engine', 'ejs')
app.set('views', path.join(__dirname, 'views'))
app.use(express.static(path.join(__dirname, 'public')))
app.use(favicon(path.join(__dirname, 'views', 'favicon.ico')))
app.use(bodyParser())