mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-22 08:58:11 +00:00
linting
This commit is contained in:
@@ -55,7 +55,7 @@ export default async function createApp(vite) {
|
||||
|
||||
app.set('trust proxy', 1 /* number of proxies between user and server */);
|
||||
|
||||
if (vite) {
|
||||
if(vite) {
|
||||
app.use(vite.middlewares);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user