You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/build-tools/utils/config.schema.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,9 @@
109
109
type: string
110
110
title: Path to server root
111
111
description: "Where static files are served from. The wwwDir config specifies the public web distribution directory. This directory is commonly the root directory for a server, where all static files can be served. This directory is built and rebuilt directly from the source files. Note: We recommend this directory is not committed to a repository."
112
+
iconDir:
113
+
type: array
114
+
description: The iconDir config specifies from where Bolt will be taking svg for icons creation.
0 commit comments