-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat] Expose containing module for servergen (#105)
Why === We have some `sed` commands that get run against generated code. Instead, surface config options so we don't need to do that. We also don't need to lint generated sources. What changed ============ Added `replit_river.codegen server --module ...` `# ruff: noqa` at the top of generated files Test plan ========= Manual testing resulted in the same file after replacing `sed` with `--module ...`
- Loading branch information
1 parent
6405ae8
commit e00d75f
Showing
3 changed files
with
32 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters