2023-08-25 08:26:34 +05:30
|
|
|
# Settings in the [build] context are global and are applied to
|
|
|
|
# all contexts unless otherwise overridden by more specific contexts.
|
|
|
|
[build]
|
|
|
|
# Directory where the build system installs dependencies
|
|
|
|
# and runs your build. Store your package.json, .nvmrc, etc here.
|
|
|
|
# If not set, defaults to the root directory.
|
|
|
|
base = ""
|
|
|
|
|
|
|
|
# Directory that contains the deploy-ready HTML files and
|
2023-08-28 14:13:20 +05:30
|
|
|
# assets generated by the build. This is an absolute path relative
|
2023-08-25 08:26:34 +05:30
|
|
|
# to the base directory, which is the root by default (/).
|
2023-08-28 14:13:20 +05:30
|
|
|
# This sample publishes the directory located at the absolute
|
2023-08-25 08:26:34 +05:30
|
|
|
# path "root/project/build-output"
|
|
|
|
|
|
|
|
publish = "mermaid-live-editor/docs"
|
|
|
|
|
|
|
|
# Default build command.
|
|
|
|
command = "./scripts/editor.bash"
|