We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear dev, I have read this repo, and I found bellow code:
electron-typescript-example/src/index.ts
Lines 14 to 20 in cb27a92
Actually, I want to use the database data like width and height to init BrowserWindow, Cloud I init TypeORM before we create BrowserWindow?
width
height
BrowserWindow
I try put init typeOrm before or after createWindow function, there always error like:
createWindow
The text was updated successfully, but these errors were encountered:
@pleerock @AlexMesser Looking forward to reply.
Sorry, something went wrong.
it seems that typeorm init fail before BrowserWindow
No branches or pull requests
Dear dev, I have read this repo, and I found bellow code:
electron-typescript-example/src/index.ts
Lines 14 to 20 in cb27a92
Actually, I want to use the database data like
width
andheight
to initBrowserWindow
, Cloud I init TypeORM before we createBrowserWindow
?I try put init typeOrm before or after
createWindow
function, there always error like:The text was updated successfully, but these errors were encountered: