chore: remove deprecated templates/ directory#14
Merged
Conversation
The @deessejs/admin package had a test script but vitest is not installed as a dev dependency in the workspace. Co-Authored-By: martyy-code <nesalia.inc@gmail.com>
- Add better-auth dependency to package.json
- Add allowedDevOrigins to next.config.ts
- Add suppressHydrationWarning to layout.tsx html element
- Update deesse.config.ts with name, pages, secret, auth config
- Update admin layout and page to use RootLayout/RootPage with auth
- Add drizzle.config.ts and drizzle/ migration files
- Add src/db/schema/auth-schema.ts with full auth schema
- Add src/lib/{auth,client,deesse}.ts helpers
- Add src/deesse.pages.tsx
Co-Authored-By: martyy-code <nesalia.inc@gmail.com>
Templates are now bundled in create-deesse-app package (v0.4.0+). The root templates/ was unused, contained build artifacts, and was not part of the pnpm workspace. Co-Authored-By: martyy-code <nesalia.inc@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
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.
Summary
templates/directory from repo root.gitignoreTemplates are now bundled directly in
create-deesse-apppackage (v0.4.0+). The roottemplates/was unused, contained build artifacts, and was not part of the pnpm workspace.Test plan
templates/in codebase🤖 Generated with Claude Code