update
This commit is contained in:
12
ts/info.ts
Normal file
12
ts/info.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Project information and version
|
||||
*/
|
||||
|
||||
import denoConfig from '../deno.json' with { type: 'json' };
|
||||
|
||||
export const projectInfo = {
|
||||
name: denoConfig.name,
|
||||
version: denoConfig.version,
|
||||
description: 'Self-hosted container platform with automatic SSL and DNS',
|
||||
repository: 'https://code.foss.global/serve.zone/onebox',
|
||||
};
|
||||
Reference in New Issue
Block a user