Configuration Reference
You can edit
zare.config.js
file to change the server configurations
port
- number
By default the server will listen on 8185
, But this can be change by modifying port
in the configurations.
outdir
- folder path
This directory will contains the static HTML files. By default, it’s ./dist
Reference
static
- folder path
This directory will contains the static files. By default, it’s ./static
.
Pages
- folder path
This directory will contains views files. By default, it’s ./pages
.
Last updated on