mirror of
https://github.com/psipher/cursor-free-vip-main.git
synced 2026-01-31 12:40:20 +00:00
5 lines
191 B
JavaScript
5 lines
191 B
JavaScript
// Import the contents of your other files
|
|
importScripts('default_filters.js', 'block.js');
|
|
|
|
// Your service worker initialization code can go here
|
|
console.log('Service worker initialized');
|