generated from muhtadeetaron/nextjs-template
fix(ui): fix ui icons and readability
This commit is contained in:
@ -6,7 +6,8 @@
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "next build ",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
"lint": "next lint",
|
||||
"build:export": "npx next build && npm run export"
|
||||
},
|
||||
"dependencies": {
|
||||
"@capacitor/android": "^7.4.2",
|
||||
|
||||
Reference in New Issue
Block a user