MCPcopy
hub / github.com/sjdonado/idonthavespotify / BuildOptions

Interface BuildOptions

build.config.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { mkdir } from 'fs/promises';
3
4interface BuildOptions {
5 watch?: boolean;
6 minify?: boolean;
7}
8
9const isProduction = process.env.NODE_ENV === 'production';
10const isDevelopment = process.env.NODE_ENV === 'development';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected