This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(nuxt): interdependencies and sequencing of modules (#79)
* feat: interdependencies and sequencing of modules * fix: lint * Refactor setupPergel function and update ResolvedPergelOptions interface * Refactor definePergelModule function to use defu for options merging * Add new seedPaths option to DrizzleConfig * Refactor GraphQLYoga module configuration * Update setupModules.ts to include additional parameters * Update module configurations * Refactor module options and setup in Nuxt runtime * Enable drizzle in nuxt.config.ts and add drizzle-related scripts and configurations in README.yaml * Add debug option to pergel configuration
1 parent
e9dc612
commit a0ae6e5
Showing
23 changed files
with
561 additions
and
372 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ export default defineNuxtConfig({ | |
}), | ||
], | ||
pergel: { | ||
debug: true, | ||
projects: { | ||
test: { | ||
S3: true, | ||
|
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
Oops, something went wrong.