Refactor project structure and update build scripts
Moved main files to the "src" directory and updated paths accordingly. Adjusted build, start, and dev scripts to use Bun. Added "dist" directory to .gitignore to prevent it from being tracked.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
/.idea/
|
||||
/node_modules/
|
||||
/dist/
|
||||
/prompt.md
|
||||
/todo
|
||||
|
Reference in New Issue
Block a user