Deleted route files, App.tsx routes, Sidebar nav item, and Dashboard "Awaiting Upload" card. The feature wasn't ready (Project/Assign To dropdowns were empty for non-admin users) and isn't needed at this stage. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
176 B
JavaScript
9 lines
176 B
JavaScript
(function () {
|
|
require('./lib/main').config(
|
|
Object.assign(
|
|
{},
|
|
require('./lib/env-options'),
|
|
require('./lib/cli-options')(process.argv)
|
|
)
|
|
)
|
|
})()
|