mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 07:43:09 +02:00
chore: change name in console output
This commit is contained in:
parent
0c248a955c
commit
b8f2c67c10
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import { fetchCustomEmojis } from '@/custom-emojis.js';
|
|||
import { mainRouter } from '@/router.js';
|
||||
|
||||
export async function common(createVue: () => App<Element>) {
|
||||
console.info(`Misskey v${version}`);
|
||||
console.info(`Sharkey v${version}`);
|
||||
|
||||
if (_DEV_) {
|
||||
console.warn('Development mode!!!');
|
||||
|
|
Loading…
Reference in a new issue