Build: Update server-dist artifacts for v0.1.4
This commit is contained in:
@@ -55,6 +55,9 @@ if (process.env.NODE_ENV === 'production') {
|
||||
app.use('/assets/*', serveStatic({ root: './dist' }));
|
||||
}
|
||||
app.use('/favicon.png', serveStatic({ path: './public/favicon.png' }));
|
||||
app.use('/AGB.pdf', serveStatic({ path: './public/AGB.pdf' }));
|
||||
app.use('/icons/*', serveStatic({ root: './public' }));
|
||||
app.use('/manifest.json', serveStatic({ path: './public/manifest.json' }));
|
||||
app.route("/rpc", rpcApp);
|
||||
app.route("/caldav", caldavApp);
|
||||
app.get("/*", clientEntry);
|
||||
|
Reference in New Issue
Block a user