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
271: web, graphql: Apply desktop app updates, restructure project and adjust configurations
This PR applies structural and configuration changes to support the integration of the desktop app.
Changes:
File Structure: Moved the contents of web to web/renderer and added a web/main folder for Electron-related scripts.
Configuration Updates: Adjusted configurations for Next.js, TailwindCSS, TypeScript, ESLint, and Jest to align with the new file structure.
Electron Build: Added Electron Builder configuration in package.json for the desktop app build process.
GraphQL Server: Conditionally store path of store.json and schema.gql for Electron.
Docker: Updated file paths in Docker build configurations.
270: web,graphql: Fix table definition highlight, parse commit id response