Commit Graph
6 Commits
Author SHA1 Message Date
retoor 942db39b72 fix: correct missing semicolon in webpack config causing build failure 2024-12-02 13:21:11 +00:00
retoor 35184bf6e1 chore: remove unused job scheduling configuration from settings 2024-12-02 13:18:12 +00:00
retoor ded3efbb70 chore: add missing rlib crate type to Cargo.toml build config
The build configuration was incomplete as it omitted the required 'rlib' crate type,
which would cause compilation failures. This commit adds the missing rlib entry to
ensure the build process can proceed, though further adjustments are still pending.
2024-11-22 15:31:46 +00:00
retoor a8feb4a7ea chore: update build configuration to enable strict type checking in tsconfig 2024-11-22 15:30:38 +00:00
retoor 84b3461035 chore: update build configuration to enable parallel task execution in CI pipeline 2024-11-22 15:30:01 +00:00
retoor 09efab8563 chore: add tsconfig paths and vite resolve aliases for src directory 2024-11-22 15:27:37 +00:00