9
console.ts
Normal file
9
console.ts
Normal file
@ -0,0 +1,9 @@
|
||||
/**
|
||||
* 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'
|
Reference in New Issue
Block a user