Theming @compoents folder components in purpose of future merging with updates, prepared to deploy on heroku

This commit is contained in:
Bayram Muhiyev
2021-07-22 13:51:53 +05:00
parent 33661cb30a
commit 7f02987f34
12 changed files with 395 additions and 23 deletions

View File

@@ -4,7 +4,7 @@
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev -p 8000",
"build": "next build",
"start": "next start",
"start": "next start -p $PORT",
"analyze": "BUNDLE_ANALYZE=both yarn build",
"prettier-fix": "prettier --write .",
"find:unused": "npx next-unused",