summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts/clear-cache.ts
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-03-17 10:34:15 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2024-03-17 10:34:15 +0900
commit282cfae1b2b55857df0f3689bdaa634522248e4e (patch)
tree18e482de3d7fdc2b7a6b7354afbf15c5e9ff577d /packages/frontend/src/scripts/clear-cache.ts
parentrefactor(backend): refactor chart engine (diff)
parentfix(general): `flash/create`でPlayの公開範囲を指定できない問題... (diff)
downloadsharkey-282cfae1b2b55857df0f3689bdaa634522248e4e.tar.gz
sharkey-282cfae1b2b55857df0f3689bdaa634522248e4e.tar.bz2
sharkey-282cfae1b2b55857df0f3689bdaa634522248e4e.zip
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
Diffstat (limited to 'packages/frontend/src/scripts/clear-cache.ts')
-rw-r--r--packages/frontend/src/scripts/clear-cache.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/frontend/src/scripts/clear-cache.ts b/packages/frontend/src/scripts/clear-cache.ts
index b20109ec72..71d1232710 100644
--- a/packages/frontend/src/scripts/clear-cache.ts
+++ b/packages/frontend/src/scripts/clear-cache.ts
@@ -1,3 +1,8 @@
+/*
+ * SPDX-FileCopyrightText: syuilo and misskey-project
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
+
import { unisonReload } from '@/scripts/unison-reload.js';
import * as os from '@/os.js';
import { miLocalStorage } from '@/local-storage.js';