build: clean

This commit is contained in:
Augustin Mauroy
2024-08-21 10:36:50 +02:00
parent 5d4ed0956f
commit bb21a40176
3 changed files with 15497 additions and 2 deletions

2
.gitignore vendored
View File

@@ -5,8 +5,8 @@
/.pnp
.pnp.js
.yarn/install-state.gz
package-lock.json
pnpm-lock.yaml
# testing
/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",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "next dev",
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"