mirror of
https://github.com/kyantech/Palmr.git
synced 2025-10-23 06:11:58 +00:00
- Implemented a new endpoint to retrieve system information, including the active storage provider and S3 status. - Updated the AppService to fetch system information and return relevant data. - Integrated system information fetching in the FileUploadSection, GlobalDropZone, and UploadFileModal components to adjust upload behavior based on S3 availability. - Enhanced chunked upload logic to conditionally use chunked uploads based on the storage provider.
36 lines
556 B
Plaintext
36 lines
556 B
Plaintext
# WEB
|
|
apps/web/logs
|
|
apps/web/*.log
|
|
apps/web/npm-debug.log*
|
|
apps/web/yarn-debug.log*
|
|
apps/web/yarn-error.log*
|
|
apps/web/pnpm-debug.log*
|
|
apps/web/lerna-debug.log*
|
|
|
|
apps/web/node_modules
|
|
apps/web/dist
|
|
apps/web/dist-ssr
|
|
apps/web/*.local
|
|
|
|
apps/web/# Editor directories and files
|
|
apps/web/.vscode/*
|
|
apps/web/!.vscode/extensions.json
|
|
apps/web/.idea
|
|
apps/web/.DS_Store
|
|
apps/web/*.suo
|
|
apps/web/*.ntvs*
|
|
apps/web/*.njsproj
|
|
apps/web/*.sln
|
|
apps/web/*.sw?
|
|
|
|
#SERVER
|
|
apps/server/node_modules
|
|
apps/server/.env
|
|
apps/server/dist/*
|
|
|
|
#DEFAULT
|
|
.env
|
|
.steering
|
|
data/
|
|
|
|
node_modules/ |