mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-02 20:47:35 +08: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');
|