Let's try this one out now

This commit is contained in:
Tiago Ribeiro
2023-11-26 21:49:39 +00:00
parent c2f83d996a
commit 472d4a3331
6 changed files with 90 additions and 15 deletions

View File

@@ -3,13 +3,14 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "yarn react-env --prefix NEXT_PUBLIC && next dev",
"build": "next build",
"start": "next start",
"start": "yarn react-env --prefix NEXT_PUBLIC && next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@beam-australia/react-env": "^3.1.1",
"@headlessui/react": "^1.7.13",
"@mdi/js": "^7.1.96",
"@mdi/react": "^1.6.1",
@@ -81,4 +82,4 @@
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}
}