436 B
436 B
title |
---|
Pattern configuration file |
import { version } from '../package.json'
export default {
version,
name: "sorcha",
// More configuration here
}
A pattern configuration file exports a default object with the following properties:
This is about the pattern configuration file, used at build-time.
For run-time configuration, see Pattern settings.