Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Nov 15, 2024
1 parent 167408d commit 5191ff8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion apps/formatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"preview": "node .output/server/index.mjs"
},
"devDependencies": {
"nitropack": "latest"
"nitropack": "latest",
"@currencia/cryptos": "workspace:*",
"@currencia/mongo": "workspace:*",
"@currencia/utils": "workspace:*"
}
}
Binary file modified bun.lockb
Binary file not shown.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"private": true,
"type": "module",
"scripts": {
"dev": "turbo dev --filter=@currencia/app",
"dev": "turbo dev",
"dev:app": "turbo dev --filter=@currencia/app",
"dev:formatter": "turbo dev --filter=@currencia/formatter",
"run:scripts": "turbo dev --filter='./scripts/*'",
"build": "turbo build",
"build:app": "turbo build --filter=@currencia/app",
Expand Down

0 comments on commit 5191ff8

Please sign in to comment.