forked from mickasmt/next-saas-stripe-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
srizvi/issue558-go-turbo #558 #644
Merged
Merged
Conversation
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
- using 20.11 Closes #624
- removed expo and references to it - won't be used for now Closes #626
- removed trpc and packages - renamed nextjs apps package to labs - considering hono as alternative will revisit implementation later Closes #642
- removed shared auth as won't use now Closes #643
- renamed @acme to @and-voila globally - added prettierignore for handlebars Closes #627 and closes #560
- added editor package - added email package - added utils package - switched default prettier to ^3.2.2 in config Closes #567
- kept environment variables in root for simplicity - added nextjs .local, .development, .production too - updated turbo.json Closes #562
- minor tweaks to auth-proxy stub Closes #566
- previously created, will migrate files and packages later - also added knip to configurator Closes #567
- migrated plugins - updated rules - I think I added the path to tailwind correctly following example in prettier Closes #631
- added rules for prettier - updated tsconfig base - changed absolute import for apps/labs Closes #632
- added needed packages to tailwind package - also added knip to each package, need to set up tooling package for it and config Closes #633
- removed conflicting settings object - linted and formatted existing files - started migrating files from bottom of labs repo - added some missing packages in template to make ts happy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Switch to Turborepo
Closes