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
The infamous double app restart issue when livesyncing TypeScript projects.
The first time you save a .ts file it gets synced to the device (completely unnecessarily), then you need another sync after you run your compiler. The fix involves ignoring .ts files on livesync. We sync the transpiled js files on the second pass.
The text was updated successfully, but these errors were encountered:
The infamous double app restart issue when livesyncing TypeScript projects.
The first time you save a .ts file it gets synced to the device (completely unnecessarily), then you need another sync after you run your compiler. The fix involves ignoring
.ts
files on livesync. We sync the transpiled js files on the second pass.The text was updated successfully, but these errors were encountered: