Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tesimune authored Oct 31, 2024
1 parent 6a930c5 commit 7a96d43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@ckeditor/ckeditor5-build-decoupled-document": "^41.0.0",
Expand Down

0 comments on commit 7a96d43

Please sign in to comment.