fix: views path

This commit is contained in:
typicode
2024-01-09 13:40:55 +01:00
parent b013232309
commit 770bed2a38

View File

@ -19,7 +19,7 @@ export type AppOptions = {
}
const eta = new Eta({
views: join(__dirname, '../views'),
views: join(__dirname, 'views'),
cache: isProduction,
})