Merge pull request #25 from AugustinMauroy/build

build: clean
This commit is contained in:
mauro 🤙
2024-08-21 11:36:23 +02:00
committed by GitHub
3 changed files with 15497 additions and 2 deletions

2
.gitignore vendored
View File

@@ -5,8 +5,8 @@
/.pnp /.pnp
.pnp.js .pnp.js
.yarn/install-state.gz .yarn/install-state.gz
package-lock.json
pnpm-lock.yaml pnpm-lock.yaml
# testing # testing
/coverage /coverage

15492
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -2,8 +2,11 @@
"name": "zen-website", "name": "zen-website",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"engines": {
"node": ">=20.0.0"
},
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev --turbo",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint" "lint": "next lint"