mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 14:09:30 +08:00
8 lines
134 B
Text
8 lines
134 B
Text
// src/client/dev/register.ts
|
|
function registerSW(_options = {}) {
|
|
return (_reloadPage = true) => {
|
|
};
|
|
}
|
|
export {
|
|
registerSW
|
|
};
|