Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Mandarine.MandarineInitialProperties

import type { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts"; 

const { MandarineInitialProperties } = Mandarine;

Structure for mandarine.json If mandarine.json is present, some behaviors of the Mandarine starter can be altered such as the location of the properties.json file

interface MandarineInitialProperties {
denoEnv: {
[prop: string]: string;
}
;
propertiesFilePath: string | undefined;
}

§Properties

§
denoEnv: {
[prop: string]: string;
}
[src]
§
propertiesFilePath: string | undefined
[src]