keep node artifacts in webpack directory

add commands to build.rs to move assets to required location within src
This commit is contained in:
2025-06-20 20:49:27 +02:00
parent 7115809f2b
commit d0e5627815
2 changed files with 29 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ module.exports = {
},
output: {
filename: 'bundle.js',
path: path.resolve(__dirname, '../src/webserver'),
path: path.resolve(__dirname, '.'),
},
devServer: {
}