Skip to content

Commit

Permalink
fix: address deployment issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kyng-cytro committed Aug 8, 2024
1 parent cd72240 commit 57e5e78
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v2
- run: bun ci
- run: bun install
- run: bunx partykit deploy
env:
PARTYKIT_TOKEN: ${{ secrets.PARTYKIT_TOKEN }}
Expand Down
Binary file modified bun.lockb
Binary file not shown.
1 change: 0 additions & 1 deletion composables/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FileHandler from "@tiptap-pro/extension-file-handler";
import { getDataUrl, imagePreProcessChecks } from "@/lib/image-utils";
import { Editor, generateHTML, type JSONContent } from "@tiptap/vue-3";
import CollaborationCursor from "@tiptap/extension-collaboration-cursor";
import { session } from "~/server/database/schema";

type EditorOpts = {
roomId: string;
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"@tailwindcss/typography": "^0.5.13",
"@tiptap-pro/extension-file-handler": "^2.9.2",
"@tiptap/extension-code-block-lowlight": "^2.4.0",
"@tiptap/extension-collaboration": "^2.5.9",
"@tiptap/extension-collaboration-cursor": "^2.5.9",
"@tiptap/extension-highlight": "^2.4.0",
"@tiptap/extension-image": "^2.4.0",
"@tiptap/extension-link": "^2.4.0",
Expand Down

0 comments on commit 57e5e78

Please sign in to comment.