-
-
Notifications
You must be signed in to change notification settings - Fork 235
vault-architecture-v1 #912
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
base: main
Are you sure you want to change the base?
vault-architecture-v1 #912
Conversation
3952ae3 to
78d8581
Compare
|
HUGE |
|
I'm getting a runtime import error: Steps to reproduce:
Based on docs in this README
|
apps/vault-demo/README.md
Outdated
|
|
||
| ``` | ||
| bun install | ||
| bun run dev -w apps/vault-demo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't work in this repo. Should be bun run dev --filter=vault-demo
Co-Authored-By: Leftium <[email protected]>
78d8581 to
e15d721
Compare
|
Thanks @Leftium, there were some transient dependencies. I updated Bun for I just tested |
# Conflicts: # bun.lock # packages/vault-core/src/adapters/reddit/src/config.ts # packages/vault-core/src/adapters/reddit/src/index.ts # packages/vault-core/src/adapters/reddit/src/upsert.ts # packages/vault-core/src/core/adapter.ts
Resolved merge conflicts from merging main into new-adapter-architecture branch. Changes: - Fixed @repo/shared import to use .js extension for ESM compatibility - Updated reddit adapter index.ts to export from ./adapter - Accepted main's changes for config.ts (underscore prefix on unused var) - Kept HEAD's adapter.ts type definitions, removed test code - Removed deleted upsert.ts file - Formatted adapter.ts and db.ts with prettier The API package has pre-existing drizzle-orm version issues that are unrelated to this PR.


vault-corepackageapps/vault-demousing SvelteKit remote functionsThere's a lot here, so I recommend reading the spec or the readme.
Edit: There's a lot going on here, and I realize that some documentation might've slipped through the cracks. Depending on how much of this code gets merged/reused, I will rewrite most of the docs with the present in mind. In the meantime, if anyone notices any inconsistencies or has any questions, please let me know.