Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
feat: turbo base
Browse files Browse the repository at this point in the history
  • Loading branch information
httpjamesm committed Apr 18, 2023
1 parent 395181e commit a90b337
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ public/sw.js.map
public/worker-*.js
public/worker-*.js.map

.turbo
10 changes: 10 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"outputs": [".next/**", "!.next/cache/**"]
},
"lint": {}
}
}

0 comments on commit a90b337

Please sign in to comment.