diff --git a/src/Commands/봇꺼.ts b/src/Commands/botOff.ts similarity index 100% rename from src/Commands/봇꺼.ts rename to src/Commands/botOff.ts diff --git a/src/Commands/학습데이터량.ts b/src/Commands/learning_data.ts similarity index 100% rename from src/Commands/학습데이터량.ts rename to src/Commands/learning_data.ts diff --git a/src/Commands/테스트.ts b/src/Commands/test.ts similarity index 100% rename from src/Commands/테스트.ts rename to src/Commands/test.ts diff --git a/tsup.config.ts b/tsup.config.ts index d7a93f3..ecca43f 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -4,6 +4,4 @@ export default defineConfig({ clean: true, format: ['cjs'], entry: ['src/index.ts', 'src/Commands/*.ts'], - minify: true, - splitting: true, })