Commit Graph

7 Commits

Author SHA1 Message Date
942db39b72 fix: correct missing semicolon in webpack config causing build failure 2024-12-02 13:21:11 +00:00
35184bf6e1 chore: remove unused job scheduling configuration from settings 2024-12-02 13:18:12 +00:00
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
a8feb4a7ea chore: update build configuration to enable strict type checking in tsconfig 2024-11-22 15:30:38 +00:00
84b3461035 chore: update build configuration to enable parallel task execution in CI pipeline 2024-11-22 15:30:01 +00:00
09efab8563 chore: add tsconfig paths and vite resolve aliases for src directory 2024-11-22 15:27:37 +00:00
d5a0ab8797 feat: add runner configuration with environment and timeout settings
- Introduced a new configuration file for the runner, defining environment variables and timeout parameters.
- Configured the runner to use a specific environment (e.g., production) with a timeout of 300 seconds.
- Added settings for logging level and output directory to ensure consistent behavior across runs.
2024-11-22 13:45:03 +00:00