We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b013232 commit 770bed2Copy full SHA for 770bed2
src/app.ts
@@ -19,7 +19,7 @@ export type AppOptions = {
19
}
20
21
const eta = new Eta({
22
- views: join(__dirname, '../views'),
+ views: join(__dirname, 'views'),
23
cache: isProduction,
24
})
25
0 commit comments