Skip to content

Commit 8c62026

Browse files
committed
chore: update nitro + move config
1 parent 4888ec5 commit 8c62026

File tree

2 files changed

+44
-45
lines changed

2 files changed

+44
-45
lines changed

pnpm-lock.yaml

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vite.config.ts

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ export default defineConfig({
2121
}
2222
}
2323
}),
24-
nitro({
25-
config: {
26-
routesDir: './server/routes',
27-
noExternals: true
28-
}
29-
}),
30-
vueDevtools()
31-
]
24+
nitro(),
25+
vueDevtools(),
26+
],
27+
nitro: {
28+
routesDir: './server/routes',
29+
noExternals: true
30+
}
3231
})

0 commit comments

Comments
 (0)