Releases: Tolga1452/ts-template
Releases · Tolga1452/ts-template
v2
New Features
- Switched the project template from pnpm to Bun
- Added Docker support and Docker commands for easy use
docker:build: Builds the Docker imagedocker:start: Starts the container in the backgrounddocker:stop: Stops and removes the containerdocker:logs: Shows the logs from the containerdocker:logs:live: Streams logs from the containerdocker:restart: Stops the container, rebuilds the image, and then starts the container again. Intended for quick rebuild & restart.
- Added
AGENTS.md
Improvements
- Organized the commands and better new
devandstartcommands. - Updated the dependencies
@types/node@24.3.0->typescript@25.3.5
Full Changelog: v1.1...v2