Skip to content

Conversation

heyitsaamir
Copy link
Contributor

@heyitsaamir heyitsaamir commented Oct 7, 2025

  1. Remove nodemon/ts-node deps in favor of tsx. Tsx is much faster than ts-node, but it doesn't do typechecking by default. (We were actually not doing typechecking either because tsconfig was set to transpile-only (which this PR also fixes)).
  2. Switches tsconfig to not be transpile only because users and agents should know when types are wrong, so they can fix those errors proactively. Now, npm run build will actually throw if the typescript has errors.

Tested it by creating new apps, and running them. Making sure they pick up the .env files automatically.

@heyitsaamir heyitsaamir merged commit 65ea1a1 into main Oct 8, 2025
10 checks passed
@heyitsaamir heyitsaamir deleted the aamirj/updatesToTemplates2 branch October 8, 2025 16:01
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.

4 participants