You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,11 +85,11 @@ You can desactivate "Developer Tools" by commenting `win.webContents.openDevTool
85
85
86
86
**Your application is optimised. Only /dist folder and node dependencies are included in the executable.**
87
87
88
-
## Browser mode
89
-
90
-
You can't use TypeORM in browser so it is not possible.
91
-
If you need to run app in browser and don't need TypeORM you can use [angular-electron](https://github.com/maximegris/angular-electron) for that
88
+
## Known issues
92
89
90
+
1.**Browser mode.** You can't use TypeORM in browser so it is not possible.If you need to run app in browser and don't need TypeORM you can use [angular-electron](https://github.com/maximegris/angular-electron) for that.
91
+
1.**Windows Build.** You cannot make build for `windows` if path to project folder contains spaces or not latin letters.
0 commit comments