mirror of
https://github.com/typicode/json-server.git
synced 2025-08-02 02:53:21 +08:00
fix: views path
This commit is contained in:
@ -19,7 +19,7 @@ export type AppOptions = {
|
||||
}
|
||||
|
||||
const eta = new Eta({
|
||||
views: join(__dirname, '../views'),
|
||||
views: join(__dirname, 'views'),
|
||||
cache: isProduction,
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user