Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oak_nest/modules/elasticsearch/example/deps.ts>NestFactory.useStaticAssets

Refer to nestjs to realize some common functions for Deno
Go to Latest
method NestFactory.useStaticAssets
Re-export
import { NestFactory } from "https://deno.land/x/oak_nest@v1.14.0/modules/elasticsearch/example/deps.ts";

Sets a base directory for public assets.

Examples

app.useStaticAssets('public')

Parameters

path: string
optional
options: StaticOptions = [UNSUPPORTED]