Skip to content

Commit

Permalink
Remove unused code and dependencies (#84)
Browse files Browse the repository at this point in the history
This pull request removes unused code and dependencies from the project.
  • Loading branch information
DarthGigi authored Feb 13, 2024
2 parents 5a41b0f + b7c6eee commit ba71bbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/service-worker.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/// <reference types="@sveltejs/kit" />
/// <reference no-default-lib="true"/>
/// <reference lib="esnext" />
/// <reference lib="webworker" />
importScripts("https://js.pusher.com/beams/service-worker.js");

0 comments on commit ba71bbd

Please sign in to comment.