Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 233 Bytes

File metadata and controls

10 lines (8 loc) · 233 Bytes

Pre-configured Forms

This folder holds pre-configured form definitions that can be loaded by the runner:

const server = await createServer({
  formFileName: 'example.js',
  formFilePath: join(cwd(), 'server/forms'),
})