-turborepo (xd)

This commit is contained in:
skidoodle 2022-10-25 21:23:48 +02:00
parent 4d9964623f
commit f1ea3c34f7
5 changed files with 3922 additions and 2395 deletions

9
.gitignore vendored
View file

@ -38,3 +38,12 @@ next-env.d.ts
# turbo
.turbo
# yarn
.yarn/*
.yarn/cache
.yarn/patches
.yarn/plugins
.yarn/releases
.yarn/sdks
.yarn/versions

1
.yarnrc.yml Normal file
View file

@ -0,0 +1 @@
yarnPath: ".yarn/releases/yarn-berry.cjs"

View file

@ -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"
}

View file

@ -1,10 +0,0 @@
{
"pipeline": {
"build": {
"outputs": [".next/**"]
},
"lint": {
"outputs": []
}
}
}

6289
yarn.lock

File diff suppressed because it is too large Load diff