This commit is contained in:
syuilo
2018-12-20 04:08:13 +09:00
parent 710ba526fa
commit 454632d785
9 changed files with 91 additions and 25 deletions

View File

@@ -39,14 +39,6 @@ export type Source = {
accesslog?: string;
/**
* Service Worker
*/
sw?: {
publicKey: string;
privateKey: string;
};
clusterLimit?: number;
};