Skip to main content
Module

x/netzo/cli/src/utils/netzo.ts>buildAssetsFromManifest

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
function buildAssetsFromManifest
import { buildAssetsFromManifest } from "https://deno.land/x/netzo@0.5.14/cli/src/utils/netzo.ts";

Build flat manifest (project.files) from nested manifest

USAGE: const projectAssetsWithoutContent = await buildAssetsFromManifest(manifest)

Parameters

optional
manifest: Manifest = [UNSUPPORTED]

{Manifest} - a nested manifest with entries

Returns

Omit<Project["files"], "content">
  • a flat manifest of file entries