Skip to content

Commit

Permalink
Fix navbar build
Browse files Browse the repository at this point in the history
  • Loading branch information
sivert-io committed Nov 11, 2023
1 parent 7fabc5c commit da7d6b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"dev": "npm run navbar && next dev",
"build": "npm run navbar && next build",
"start": "next start",
"lint": "next lint",
"navbar": "node --experimental-modules GenerateNavbar.mjs"
Expand Down
4 changes: 2 additions & 2 deletions dev/src/navbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"badges": "/components/badges/",
"icons_only": "/components/buttons/icons_only/",
"buttons": "/components/buttons/",
"colors": "/components/colors/",
"regular": "/components/buttons/regular/",
"with_icon": "/components/buttons/with_icon/",
"colors": "/components/colors/",
"inputs": "/components/inputs/",
"modals": "/components/modals/",
"components": "/components/",
"servercards": "/components/servercards/",
"app": "/"
}
}
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"noImplicitThis": true,
"noImplicitAny": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"allowSyntheticDefaultImports": true,
Expand Down

1 comment on commit da7d6b3

@vercel
Copy link

@vercel vercel bot commented on da7d6b3 Nov 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gryt-ui – ./

gryt-ui.vercel.app
gryt-ui-gryt.vercel.app
ui.gryt.chat
gryt-ui-git-main-gryt.vercel.app

Please sign in to comment.