mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:41:09 +02:00
chore: add bauntown project to monorepo configuration
- Add bauntown to project list in CLAUDE.md - Add bauntown dev scripts to package.json - Update pnpm-lock.yaml with bauntown dependencies 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
4f7052b0ca
commit
d35ba768cf
3 changed files with 5081 additions and 1430 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"name": "manacore-monorepo",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Manacore Monorepo containing maerchenzauber, manacore, manadeck, memoro, picture, uload, chat, nutriphi, news, wisekeep, and quote",
|
||||
"description": "Manacore Monorepo containing maerchenzauber, manacore, manadeck, memoro, picture, uload, chat, nutriphi, news, wisekeep, quote, and bauntown",
|
||||
"scripts": {
|
||||
"dev": "turbo run dev",
|
||||
"build": "turbo run build",
|
||||
|
|
@ -87,6 +87,9 @@
|
|||
"dev:quote:backend": "pnpm --filter @quote/backend dev",
|
||||
"dev:quote:app": "turbo run dev --filter=@quote/web --filter=@quote/backend",
|
||||
|
||||
"bauntown:dev": "turbo run dev --filter=bauntown...",
|
||||
"dev:bauntown:landing": "pnpm --filter @bauntown/landing dev",
|
||||
|
||||
"docker:up": "docker compose -f docker-compose.dev.yml --env-file .env.development up -d postgres redis",
|
||||
"docker:up:auth": "docker compose -f docker-compose.dev.yml --env-file .env.development --profile auth up -d",
|
||||
"docker:up:chat": "docker compose -f docker-compose.dev.yml --env-file .env.development --profile chat up -d",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue