This commit is contained in:
2026-02-27 10:18:23 +00:00
commit 3f63d19173
36 changed files with 14285 additions and 0 deletions

8
ts/00_commitinfo_data.ts Normal file
View File

@@ -0,0 +1,8 @@
/**
* autocreated commitance info data
*/
export const commitinfo = {
name: '@push.rocks/smartvpn',
version: '1.0.0',
description: 'A VPN solution with TypeScript control plane and Rust data plane daemon',
};