Refactor code for extensability

Refactor code for extensability
This commit is contained in:
Karthik KK
2025-04-13 20:35:08 +12:00
parent 27e0aac8de
commit 2de75b8fa6
13 changed files with 770 additions and 8 deletions

View File

@@ -16,6 +16,7 @@ echo "Building TypeScript..."
# Make JavaScript files executable
echo "Making JavaScript files executable..."
chmod +x dist/*.js
chmod +x dist/src/index.js
echo "Build completed successfully!"
echo "Build completed successfully!"
echo "You can now run the server with: node dist/src/index.js /path/to/your/database.db"