mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
-turborepo (xd)
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -37,4 +37,13 @@ yarn-error.log*
|
||||
next-env.d.ts
|
||||
|
||||
# turbo
|
||||
.turbo
|
||||
.turbo
|
||||
|
||||
# yarn
|
||||
.yarn/*
|
||||
.yarn/cache
|
||||
.yarn/patches
|
||||
.yarn/plugins
|
||||
.yarn/releases
|
||||
.yarn/sdks
|
||||
.yarn/versions
|
1
.yarnrc.yml
Normal file
1
.yarnrc.yml
Normal file
@@ -0,0 +1 @@
|
||||
yarnPath: ".yarn/releases/yarn-berry.cjs"
|
@@ -2,6 +2,8 @@
|
||||
"name": "portfolio",
|
||||
"version": "3.0",
|
||||
"private": true,
|
||||
"author": "albert",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
@@ -30,7 +32,7 @@
|
||||
"react-icons": "^4.6.0",
|
||||
"sass": "^1.55.0",
|
||||
"tailwindcss": "^3.2.1",
|
||||
"turbo": "^1.6.1",
|
||||
"typescript": "4.8.4"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@3.2.4"
|
||||
}
|
||||
|
10
turbo.json
10
turbo.json
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"pipeline": {
|
||||
"build": {
|
||||
"outputs": [".next/**"]
|
||||
},
|
||||
"lint": {
|
||||
"outputs": []
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user