mirror of
https://github.com/executeautomation/mcp-database-server.git
synced 2025-12-09 21:12:57 +08:00
Refactor code for extensability
Refactor code for extensability
This commit is contained in:
5
build.sh
5
build.sh
@@ -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"
|
||||
Reference in New Issue
Block a user