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.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"