rdesktop^2
filip mertens 2 years ago
parent f966c4cb9b
commit 8220097fb7
  1. 6
      apps/remixdesktop/forge.config.ts

@ -30,6 +30,12 @@ const config: ForgeConfig = {
plugins: [ plugins: [
new WebpackPlugin({ new WebpackPlugin({
mainConfig, mainConfig,
devServer: {
setupMiddlewares: (middlewares: any[], devServer: any) => {
console.log('We should start the dev server here');
return middlewares;
}
},
renderer: { renderer: {
config: rendererConfig, config: rendererConfig,
entryPoints: [ entryPoints: [

Loading…
Cancel
Save