Skip to main content
Module

x/astrodon/mod.ts>AppOptions

Create Desktop apps with Deno 🦕
Latest
interface AppOptions
import { type AppOptions } from "https://deno.land/x/astrodon@0.1.0-alpha.2/mod.ts";

Properties

optional
name: string
optional
version: string
optional
build: { entry?: string; preventUnpack?: boolean; out?: string; assets?: string; }