Skip to content

Commit

Permalink
auto gen files
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj2212 committed Sep 1, 2022
1 parent 9c94c49 commit bbc41b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"scripts": {
"dev": "next",
"build": "next build",
"start": "node server.js"
"start": "node server.js",
"serve": "next start"
},
"license": "ISC",
"dependencies": {
Expand Down

0 comments on commit bbc41b6

Please sign in to comment.