mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 02:17:03 -04:00
Vencord Standalone without git/node (#148)
This commit is contained in:
parent
ffbb52512c
commit
5fac8be0ae
30 changed files with 373 additions and 129 deletions
10
src/modules.d.ts
vendored
10
src/modules.d.ts
vendored
|
@ -19,17 +19,21 @@
|
|||
// eslint-disable-next-line spaced-comment
|
||||
/// <reference types="standalone-electron-types"/>
|
||||
|
||||
declare module "plugins" {
|
||||
declare module "~plugins" {
|
||||
const plugins: Record<string, import("./utils/types").Plugin>;
|
||||
export default plugins;
|
||||
}
|
||||
|
||||
declare module "git-hash" {
|
||||
declare module "~git-hash" {
|
||||
const hash: string;
|
||||
export default hash;
|
||||
}
|
||||
declare module "~git-remote" {
|
||||
const remote: string;
|
||||
export default remote;
|
||||
}
|
||||
|
||||
declare module "@fileContent/*" {
|
||||
declare module "~fileContent/*" {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue