fix(nx/server): get images to work in dev mode

This commit is contained in:
Elian Doran
2025-04-24 12:35:53 +03:00
parent d2010872ac
commit 5911eaf6b2
10 changed files with 4 additions and 14 deletions

View File

@@ -24,11 +24,7 @@ module.exports = {
{
from: "node_modules/better-sqlite3/build/Release",
to: join(outputDir, "Release")
},
{
from: "../client/dist",
to: join(outputDir, "app")
}
},
]
})
]