mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-14 14:48:53 +09:00
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
6c57690359
3
src/@types/meta.json.d.ts
vendored
Normal file
3
src/@types/meta.json.d.ts
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
declare module '*/meta.json' {
|
||||||
|
const version: string;
|
||||||
|
}
|
@ -6,7 +6,7 @@ import define from '../define';
|
|||||||
import fetchMeta from '../../../misc/fetch-meta';
|
import fetchMeta from '../../../misc/fetch-meta';
|
||||||
import * as pkg from '../../../../package.json';
|
import * as pkg from '../../../../package.json';
|
||||||
|
|
||||||
const client = require('../../../../built/client/meta.json');
|
import * as client from '../../../../built/client/meta.json';
|
||||||
|
|
||||||
export const meta = {
|
export const meta = {
|
||||||
stability: 'stable',
|
stability: 'stable',
|
||||||
|
Loading…
Reference in New Issue
Block a user