-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07e95ed
commit 85cdc6a
Showing
10 changed files
with
51 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
import type { StartOptions } from "pm2"; | ||
export type Apps = StartOptions[]; | ||
export type Ecosystem = { | ||
apps: Apps; | ||
apps: Apps; | ||
}; | ||
declare const _default: { | ||
apps: { | ||
name: string; | ||
script: string; | ||
watch: true; | ||
autorestart: true; | ||
force: true; | ||
}[]; | ||
apps: { | ||
name: string; | ||
script: string; | ||
watch: true; | ||
autorestart: true; | ||
force: true; | ||
}[]; | ||
}; | ||
export default _default; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1 @@ | ||
var t = { | ||
apps: [ | ||
{ | ||
name: "discord", | ||
script: "./Target/apps/discord.js", | ||
watch: !0, | ||
autorestart: !0, | ||
force: !0, | ||
}, | ||
], | ||
}; | ||
export { t as default }; | ||
var t={apps:[{name:"discord",script:"./Target/apps/discord.js",watch:!0,autorestart:!0,force:!0}]};export{t as default}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
import { default as a } from "./Application/Discord.js"; | ||
export { a as Discord }; | ||
import{default as a}from"./Application/Discord.js";export{a as Discord}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,28 @@ | ||
export declare const object: <T extends import("zod").ZodRawShape>( | ||
shape: T, | ||
params?: import("zod").RawCreateParams, | ||
) => import("zod").ZodObject< | ||
T, | ||
"strip", | ||
import("zod").ZodTypeAny, | ||
{ | ||
[k_1 in keyof import("zod").objectUtil.addQuestionMarks< | ||
import("zod").baseObjectOutputType<T>, | ||
{ | ||
[k in keyof import("zod").baseObjectOutputType<T>]: undefined extends import("zod").baseObjectOutputType<T>[k] | ||
? never | ||
: k; | ||
}[keyof T] | ||
>]: import("zod").objectUtil.addQuestionMarks< | ||
import("zod").baseObjectOutputType<T>, | ||
{ | ||
[k_2 in keyof import("zod").baseObjectOutputType<T>]: undefined extends import("zod").baseObjectOutputType<T>[k_2] | ||
? never | ||
: k_2; | ||
}[keyof T] | ||
>[k_1]; | ||
}, | ||
{ | ||
[k_2 in keyof import("zod").baseObjectInputType<T>]: import("zod").baseObjectInputType<T>[k_2]; | ||
} | ||
>, | ||
string: ( | ||
params?: | ||
| ({ | ||
errorMap?: import("zod").ZodErrorMap | undefined; | ||
invalid_type_error?: string | undefined; | ||
required_error?: string | undefined; | ||
description?: string | undefined; | ||
} & { | ||
coerce?: true | undefined; | ||
}) | ||
| undefined, | ||
) => import("zod").ZodString; | ||
declare const _default: import("zod").ZodObject< | ||
{ | ||
DISCORD_APPLICATION_ID: import("zod").ZodDefault< | ||
import("zod").ZodOptional<import("zod").ZodString> | ||
>; | ||
DISCORD_CLIENT_ID: import("zod").ZodDefault< | ||
import("zod").ZodOptional<import("zod").ZodString> | ||
>; | ||
DISCORD_CLIENT_SECRET: import("zod").ZodDefault< | ||
import("zod").ZodOptional<import("zod").ZodString> | ||
>; | ||
DISCORD_PUBLIC_KEY: import("zod").ZodDefault< | ||
import("zod").ZodOptional<import("zod").ZodString> | ||
>; | ||
DISCORD_TOKENS: import("zod").ZodDefault< | ||
import("zod").ZodOptional<import("zod").ZodString> | ||
>; | ||
}, | ||
"strip", | ||
import("zod").ZodTypeAny, | ||
{ | ||
DISCORD_APPLICATION_ID: string; | ||
DISCORD_CLIENT_ID: string; | ||
DISCORD_CLIENT_SECRET: string; | ||
DISCORD_PUBLIC_KEY: string; | ||
DISCORD_TOKENS: string; | ||
}, | ||
{ | ||
DISCORD_APPLICATION_ID?: string | undefined; | ||
DISCORD_CLIENT_ID?: string | undefined; | ||
DISCORD_CLIENT_SECRET?: string | undefined; | ||
DISCORD_PUBLIC_KEY?: string | undefined; | ||
DISCORD_TOKENS?: string | undefined; | ||
} | ||
>; | ||
export declare const object: <T extends import("zod").ZodRawShape>(shape: T, params?: import("zod").RawCreateParams) => import("zod").ZodObject<T, "strip", import("zod").ZodTypeAny, { [k_1 in keyof import("zod").objectUtil.addQuestionMarks<import("zod").baseObjectOutputType<T>, { [k in keyof import("zod").baseObjectOutputType<T>]: undefined extends import("zod").baseObjectOutputType<T>[k] ? never : k; }[keyof T]>]: import("zod").objectUtil.addQuestionMarks<import("zod").baseObjectOutputType<T>, { [k_2 in keyof import("zod").baseObjectOutputType<T>]: undefined extends import("zod").baseObjectOutputType<T>[k_2] ? never : k_2; }[keyof T]>[k_1]; }, { [k_2 in keyof import("zod").baseObjectInputType<T>]: import("zod").baseObjectInputType<T>[k_2]; }>, string: (params?: ({ | ||
errorMap?: import("zod").ZodErrorMap | undefined; | ||
invalid_type_error?: string | undefined; | ||
required_error?: string | undefined; | ||
description?: string | undefined; | ||
} & { | ||
coerce?: true | undefined; | ||
}) | undefined) => import("zod").ZodString; | ||
declare const _default: import("zod").ZodObject<{ | ||
DISCORD_APPLICATION_ID: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>; | ||
DISCORD_CLIENT_ID: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>; | ||
DISCORD_CLIENT_SECRET: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>; | ||
DISCORD_PUBLIC_KEY: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>; | ||
DISCORD_TOKENS: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>; | ||
}, "strip", import("zod").ZodTypeAny, { | ||
DISCORD_APPLICATION_ID: string; | ||
DISCORD_CLIENT_ID: string; | ||
DISCORD_CLIENT_SECRET: string; | ||
DISCORD_PUBLIC_KEY: string; | ||
DISCORD_TOKENS: string; | ||
}, { | ||
DISCORD_APPLICATION_ID?: string | undefined; | ||
DISCORD_CLIENT_ID?: string | undefined; | ||
DISCORD_CLIENT_SECRET?: string | undefined; | ||
DISCORD_PUBLIC_KEY?: string | undefined; | ||
DISCORD_TOKENS?: string | undefined; | ||
}>; | ||
export default _default; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.