You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update Docker exec command and enhance Nuxt configuration
- Changed the `exec` command in the Makefile to use `docker exec` instead of `docker run`.
- Added environment variable handling for `SESAME_ALLOWED_HOSTS` in `nuxt.config.ts`.
- Included logging for `SESAME_APP_API_URL` and `SESAME_ALLOWED_HOSTS` in `nuxt.config.ts`.
- Updated Nuxt configuration to set compatibility date and added Monaco Editor configuration.
- Added Monaco Editor as a dependency in `package.json`.
- Refactored styles in `quasar-jsonform` components to use a new `types.ts` file for style definitions.
- Updated `table.vue` to integrate Monaco Editor for displaying JSON data.
- Created a new lifecycle table component with improved data handling and pagination.
0 commit comments