i think i fixed a bug...
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user