i think i fixed a bug...

This commit is contained in:
Chop
2022-02-23 19:20:49 +01:00
parent e4478d7841
commit 95dfe2d202
14 changed files with 338 additions and 149 deletions

View File

@@ -6,7 +6,8 @@
"build": "next build",
"export": "next build && next export",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"deploy": "git pull && next build && pm2 restart kroj"
},
"dependencies": {
"@supercharge/request-ip": "^1.1.2",
@@ -17,8 +18,7 @@
"next-auth": "^4.2.1",
"nodemailer": "^6.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"three": "^0.137.5"
"react-dom": "17.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.0",