chore: drop orphan public/vendor/tiptap.bundle.js

90 KB pre-built Tiptap bundle from the old vanilla CMS. Not
referenced anywhere — Tiptap now comes from npm through the Vite
bundle (commit e323faa). Deleting the whole public/vendor/ directory
since this was its only file.

Confirmed no references via:
  grep -rn "vendor/tiptap\\|tiptap.bundle" . --include="*.ts"
    --include="*.tsx" --include="*.html" --include="*.js"
This commit is contained in:
Daniel 2026-04-24 05:19:44 +02:00
parent 10dbabf83b
commit 9f7b87feb3

File diff suppressed because one or more lines are too long