feat: add deploy route and sidebar navigation

This commit is contained in:
F4ilji
2026-07-02 12:50:09 +05:00
parent 13d7d36088
commit 6fb0079e7c
2 changed files with 11 additions and 0 deletions
@@ -31,4 +31,10 @@ export const quickActions = [
href: null,
icon: 'cog',
},
{
label: 'Deploy',
route: 'dashboard.deploy',
href: null,
icon: 'cog',
},
];