feat(core): Initial commit of the Spark project with core functionalities for server management and integration with Docker.

This commit is contained in:
2024-12-18 10:52:23 +01:00
parent 875971407e
commit ccae0efa07
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/spark',
version: '1.1.0',
version: '1.2.0',
description: 'A comprehensive tool for maintaining and configuring servers, integrating with Docker and supporting advanced task scheduling, targeted at the Servezone infrastructure and used by @serve.zone/cloudly as a cluster node server system manager.'
}