mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
ea
This commit is contained in:
5
src/types/config.d.ts
vendored
5
src/types/config.d.ts
vendored
@@ -4,9 +4,6 @@ export interface sernConfig {
|
||||
base: string;
|
||||
commands: string;
|
||||
};
|
||||
scripts?: {
|
||||
prepublish?: string;
|
||||
};
|
||||
buildPath: string;
|
||||
rest?: Record<string, Record<string, unknown>>;
|
||||
}
|
||||
@@ -14,6 +11,6 @@ export interface sernConfig {
|
||||
export interface TheoreticalEnv {
|
||||
DISCORD_TOKEN: string;
|
||||
APPLICATION_ID?: string;
|
||||
MODE: 'PROD' | 'DEV';
|
||||
MODE: 'production' | 'environment';
|
||||
[name: string]: string;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import { defineConfig } from 'tsup';
|
||||
import { createRequire } from 'node:module';
|
||||
|
||||
const shared = {
|
||||
entry: [
|
||||
'src/index.ts',
|
||||
|
||||
Reference in New Issue
Block a user