Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
saerTechnogogies committed Aug 26, 2023
1 parent 9ff4ab9 commit 50e78f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 42 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ const nextConfig = {
// output: "export",
// reactStrictMode: true,
// swcMinify: true,
// experimental: {
images: {
unoptimized: true,
},
// },
// trailingSlash: true,
};

module.exports = nextConfig;
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js",
"dev": "next dev",
"build": "next build",
"start": "NODE_ENV=production node server.js"
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.5.4",
Expand Down
40 changes: 0 additions & 40 deletions server.js

This file was deleted.

0 comments on commit 50e78f8

Please sign in to comment.