Skip to content

Fix livesync double restarts for TS projects #1106

@hdeshev

Description

@hdeshev

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions