mirror of
https://git.axenov.dev/mirrors/cursor-free-vip.git
synced 2025-12-26 05:30:36 +03: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');
|