initialize project with basic structure and dependencies
This commit is contained in:
@@ -33,5 +33,8 @@ export default defineNuxtConfig({
|
|||||||
experimental: {
|
experimental: {
|
||||||
asyncContext: true,
|
asyncContext: true,
|
||||||
},
|
},
|
||||||
|
externals: {
|
||||||
|
external: ["better-sqlite3", "pdf-parse", "multer"],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user