- AdminShell: add PAGE_TITLES and ROUTE_MODULE_KEYS entries for /admin/ugc-content-creators with UGC_CONTENT_CREATOR_MANAGEMENT keys - DashboardDesignPreview: fix portfolioMediaConfig to include DEVELOPER and FITNESS_TRAINER as visual portfolio roles - DashboardDesignPreview: add missing customerViewFor handlers for 'applications', 'shortlisted candidates', 'my applications', 'saved jobs' - external-dashboard-management: add 'Settings' to CUSTOMER sidebar array - Fix launch.json PATH so npm is found in sh shell Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
264 B
JSON
11 lines
264 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "admin-solid",
|
|
"runtimeExecutable": "/usr/local/bin/node",
|
|
"runtimeArgs": ["/Users/ashwin/workspace/nxtgauge-admin-solid/node_modules/.bin/vinxi", "dev"],
|
|
"port": 3001
|
|
}
|
|
]
|
|
}
|