Skip to content

Commit 1b37825

Browse files
feat: remove apps/website directory and update dependencies
Remove the entire apps/website directory as part of the unified API refactoring effort. The website functionality is likely being consolidated or moved elsewhere in the codebase. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent cec11f2 commit 1b37825

File tree

196 files changed

+188
-6023
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+188
-6023
lines changed

.claude/hooks/prompt-optimizer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,9 @@ async function main() {
209209
}
210210

211211
// Skip optimization for very short or simple prompts that don't need enhancement
212+
const wordCount = prompt.trim().split(/\s+/).length;
212213
if (
214+
wordCount <= 4 ||
213215
prompt.length < 10 ||
214216
/^(hi|hello|hey|thanks|thank you)$/i.test(prompt.trim())
215217
) {

apps/website/.eslintrc.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

apps/website/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

apps/website/.prettierignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/website/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/website/adapters/netlify-edge/vite.config.ts

Lines changed: 0 additions & 37 deletions
This file was deleted.

apps/website/manifest.override.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

apps/website/package.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

apps/website/postcss.config.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

apps/website/project.json

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)