Documentation
¶
Overview ¶
Package static builds static assets for the frontend and the worker.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // EntryPoint is a directory in which to build TypeScript // sources. EntryPoint string // Bundle is true if files imported by an entry file // should be joined together in a single output file. Bundle bool // Watch is true in development. Sourcemaps are placed inline, // the output is unminified, and changes to any TypeScript // files will force a rebuild of the JavaScript output. Watch bool }
Click to show internal directories.
Click to hide internal directories.