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

@@ -223,4 +223,8 @@ export type IMeta = {
smtpPort?: number;
smtpUser?: string;
smtpPass?: string;
enableServiceWorker?: boolean;
swPublicKey?: string;
swPrivateKey?: string;
};