Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@HimanshuKumarDutt094
Copy link

the app were installing devtool package and config but were not enabled in the service instance.
this enables them so that we can use lynx devtool with create-lynxjs-app.

}
}

val devServerHost = project.findProperty("DEV_SERVER_HOST") as String? ?: "10.0.2.2"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we also do DEV_SERVER_PORT?

// Register new modules with:
// config.register(YourModuleName.self)

lynxEnv.lynxDebugEnabled = true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's to it only for dev

#if DEBUG
    // Your debug-only code here
#endif

@@ -0,0 +1,87 @@
#!/bin/bash
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if we should land it, we can but this will super temporary and tbh I would just properly implement run:android and run:ios commands

@@ -1,40 +1,42 @@
{
Copy link
Collaborator

@szymonrybczak szymonrybczak Oct 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this change? is it compatible with the current linter config? btw we should add lint and type checks to the CI pipeline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants