chore(monorepo/client): set up dependencies

This commit is contained in:
Elian Doran
2025-04-22 22:50:24 +03:00
parent 70466dd784
commit fa48e5986b
4 changed files with 1260 additions and 270 deletions

View File

@@ -13,8 +13,7 @@ module.exports = {
new NxAppWebpackPlugin({
tsConfig: './tsconfig.app.json',
compiler: 'swc',
main: './src/main.ts',
index: './src/index.html',
main: './src/desktop.ts',
baseHref: '/',
assets: ["./src/assets"],
styles: ["./src/styles.css"],