Skip to content

Commit

Permalink
Working on turbo integration to fix build problems
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Baker <[email protected]>
  • Loading branch information
PeterBaker0 committed Aug 1, 2024
1 parent 0d1b3da commit 186a631
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
keys
build
build
.turbo
1 change: 1 addition & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"main": "build/src/index.js",
"packageManager": "",
"scripts": {
"lint": "gts lint",
"clean": "gts clean",
Expand Down
100 changes: 99 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
"description": "",
"devDependencies": {
"turbo": "^2.0.11"
}
}
5 changes: 5 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
}
}

0 comments on commit 186a631

Please sign in to comment.