feat: enhance API response handling and add new components for module management
This commit is contained in:
@@ -98,7 +98,10 @@
|
||||
"./sidebar-navigation": "./src/makerkit/sidebar-navigation.tsx",
|
||||
"./file-uploader": "./src/makerkit/file-uploader.tsx",
|
||||
"./use-supabase-upload": "./src/hooks/use-supabase-upload.ts",
|
||||
"./csp-provider": "./src/base-ui/csp-provider.tsx"
|
||||
"./csp-provider": "./src/base-ui/csp-provider.tsx",
|
||||
"./list-toolbar": "./src/makerkit/list-toolbar.tsx",
|
||||
"./use-action-with-toast": "./src/hooks/use-action-with-toast.ts",
|
||||
"./use-file-download-action": "./src/hooks/use-file-download-action.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "git clean -xdf .turbo node_modules",
|
||||
|
||||
Reference in New Issue
Block a user