fix(daemon): Ensure TSPM runtime dir exists and improve daemon startup/debug output

This commit is contained in:
2025-08-28 16:29:41 +00:00
parent 6141b26530
commit ae4148c82f
5 changed files with 23 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tspm',
version: '3.0.0',
version: '3.0.2',
description: 'a no fuzz process manager'
}