initialize project with basic structure and dependencies
This commit is contained in:
parent
7d29dad687
commit
c4913a028f
1 changed files with 3 additions and 0 deletions
|
|
@ -33,5 +33,8 @@ export default defineNuxtConfig({
|
|||
experimental: {
|
||||
asyncContext: true,
|
||||
},
|
||||
externals: {
|
||||
external: ["better-sqlite3", "pdf-parse", "multer"],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue