1
0
Fork 0
freesewing/markdown/dev/reference/api/config/en.md
2022-01-12 19:27:07 +01:00

26 lines
436 B
Markdown

---
title: Pattern configuration file
---
```js
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:
<ReadMore />
<Note>
This is about the pattern configuration file, used at build-time.
For run-time configuration, see [Pattern settings](/reference/api/settings).
</Note>