-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add warpDrive support to app-blueprint #10939
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
Merged
NullVoxPopuli
merged 12 commits into
master
from
copilot/update-app-blueprint-migration
Mar 24, 2026
+56
−20
Merged
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
2c3fe9c
Initial plan
Copilot 0faa4d4
Add warpDrive support to app-blueprint with tilde dependencies and pr…
Copilot 829e956
Remove duplicate warpDrive assignment in index.js
Copilot a472c2b
Remove @warp-drive/core-types from package.json
Copilot 7d011a9
Fix template syntax in package.json for warpDrive condition
Copilot 3101b16
Fix template syntax to match pattern in package.json
Copilot 875efcf
Fix warpDrive default value to prevent undefined errors in templates
Copilot d606142
Add warpDrive default to addon-blueprint locals
Copilot 914927d
Fix blank line spacing in eslint config templates when warpDrive is d…
Copilot 9f5da8f
Fix eslint config template to not add extra blank lines when warpDriv…
Copilot 90cb9fd
Add blank line after warpDrive conditional in TypeScript eslint template
Copilot 6ee99c5
Merge remote-tracking branch 'origin/master' into copilot/update-app-…
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add warpDrive support to app-blueprint with tilde dependencies and pr…
…oper newline spacing Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
- Loading branch information
commit 0faa4d4f3d22d18876bc8a4e1f2f65cbab0d39c6
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| import { useLegacyStore } from '@warp-drive/legacy'; | ||
| import { JSONAPICache } from '@warp-drive/json-api'; | ||
|
|
||
| const Store = useLegacyStore({ | ||
| linksMode: false, | ||
| cache: JSONAPICache, | ||
| handlers: [ | ||
| // -- your handlers here | ||
| ], | ||
| schemas: [ | ||
| // -- your schemas here | ||
| ], | ||
| }); | ||
|
|
||
| type Store = InstanceType<typeof Store>; | ||
|
|
||
| export default Store; |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.