deno.land / x / denon@2.5.0 / examples / denon.config.ts

denon.config.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import { DenonConfig } from "../src/config.ts";
const config: DenonConfig = { scripts: { app: { cmd: "oak.ts", desc: "Run oak instance", allow: ["env", "net"], env: { PORT: "9001", }, }, simple: { cmd: "simple.ts", desc: "Run main app", allow: ["env"], }, },};
export default config;
denon

Version Info

Tagged at
2 years ago