- Simplified error handling in `getFieldInfo` and `getFieldTsInfo` functions. - Removed unused `getSourceInfo` function and its references. - Updated `getStruct` method in `TSStruct` to eliminate source info retrieval. - Cleaned up `TSSouces` population logic by commenting out unnecessary debug statements. - Adjusted TypeScript source generation to use type imports instead of default imports. - Consolidated API endpoints into dedicated files for better organization (admin, systemUtils, users). - Introduced new types for API responses and requests to enhance type safety. - Removed redundant code and comments from generated API files. - Updated frontend components to reflect new API structure and types. - Ensured consistent naming conventions and type usage across the codebase. |
||
|---|---|---|
| .. | ||
| .vscode | ||
| public | ||
| scripts | ||
| src | ||
| .editorconfig | ||
| .env | ||
| .gitignore | ||
| .prettierrc.json | ||
| README.md | ||
| bun.lock | ||
| eslint.config.js | ||
| index.html | ||
| package.json | ||
| pnpm-workspace.yaml | ||
| postcss.config.js | ||
| quasar.config.ts | ||
| tsconfig.json | ||
README.md
Frontend APP (frontend)
A Quasar Project
Install the dependencies
bun
# or
bun install
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Lint the files
bun run lint
Format the files
bun run format
Build the app for production
quasar build