mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
feat: Utils to do bindLan and have ipv4 and ipv6 if need be
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { GenericManifest, ManifestVersion } from "./ManifestTypes";
|
||||
import { GenericManifest, ManifestVersion } from "./ManifestTypes"
|
||||
|
||||
export function setupManifest<
|
||||
Id extends string,
|
||||
@@ -6,11 +6,11 @@ export function setupManifest<
|
||||
Dependencies extends Record<string, unknown>,
|
||||
Volumes extends Record<string, unknown>,
|
||||
Manifest extends GenericManifest & {
|
||||
dependencies: Dependencies;
|
||||
id: Id;
|
||||
version: Version;
|
||||
volumes: Volumes;
|
||||
dependencies: Dependencies
|
||||
id: Id
|
||||
version: Version
|
||||
volumes: Volumes
|
||||
},
|
||||
>(manifest: Manifest): Manifest {
|
||||
return manifest;
|
||||
return manifest
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user