Skip to content

Commit

Permalink
chore: changes in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BimleshRB committed Mar 21, 2024
1 parent 55b1eb7 commit 93c63b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions frontend/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "client",
"version": "0.1.0",
"private": true,
"type": "module",

"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit 93c63b8

Please sign in to comment.