mirror of
https://github.com/kyantech/Palmr.git
synced 2025-10-23 06:11:58 +00:00
feat: integrate Turborepo for improved build and development workflow
- Added Turborepo configuration in turbo.json to streamline task management for development, building, linting, and formatting. - Updated package.json scripts to utilize Turborepo for running development and build tasks across applications. - Included .pnpm-workspace.yaml to define workspace structure for managing multiple applications. - Enhanced .gitignore to exclude Turborepo's cache directory, ensuring cleaner repository management. - Adjusted development scripts in apps/docs and apps/web to specify port numbers for local development.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -32,4 +32,7 @@ apps/server/dist/*
|
||||
.env
|
||||
data/
|
||||
|
||||
# Turborepo
|
||||
.turbo/
|
||||
|
||||
node_modules/
|
Reference in New Issue
Block a user