10 lines
209 B
TypeScript
10 lines
209 B
TypeScript
/**
|
|
* This file is used as a shortcute to `src/commands/index.ts`
|
|
*
|
|
* It allows you to run commands that will change things in the codebase
|
|
*
|
|
* to start, run `bun console.ts`
|
|
*/
|
|
|
|
import 'commands/index'
|