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:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -38,3 +38,12 @@ next-env.d.ts
|
|||||||
|
|
||||||
# turbo
|
# 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",
|
"name": "portfolio",
|
||||||
"version": "3.0",
|
"version": "3.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"author": "albert",
|
||||||
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
@@ -30,7 +32,7 @@
|
|||||||
"react-icons": "^4.6.0",
|
"react-icons": "^4.6.0",
|
||||||
"sass": "^1.55.0",
|
"sass": "^1.55.0",
|
||||||
"tailwindcss": "^3.2.1",
|
"tailwindcss": "^3.2.1",
|
||||||
"turbo": "^1.6.1",
|
|
||||||
"typescript": "4.8.4"
|
"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