3
0
Files
corteza/server/app/options/webapp.cue
2023-10-31 15:52:39 +03:00

16 lines
242 B
CUE

package options
import (
"github.com/cortezaproject/corteza/server/codegen/schema"
)
webapp: schema.#optionsGroup & {
handle: "webapp"
options: {
scss_dir_path: {
description: "Path to custom SCSS source files directory"
}
}
}