Skip to content

Commit

Permalink
Add engine config to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
codicocodes committed Mar 27, 2024
1 parent 18e2346 commit f6f0ec7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/webapp-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "webapp2",
"version": "0.1.0",
"private": true,
"engines": {
"yarn": "1.22.21"
},
"scripts": {
"dev": "next dev -p 3001",
"build:css": "postcss tailwind.css -o tailwind.min.css",
Expand Down

0 comments on commit f6f0ec7

Please sign in to comment.