File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Settings in the [build] context are global and are applied to all contexts
2
+ # unless otherwise overridden by more specific contexts.
3
+ [build ]
4
+ # Directory to change to before starting a build.
5
+ # This is where we will look for package.json/.nvmrc/etc.
6
+ # If not set, defaults to the root directory.
7
+ base = " "
8
+
9
+ # Directory that contains the deploy-ready HTML files and assets generated by
10
+ # the build. This is relative to the base directory if one has been set, or the
11
+ # root directory if a base has not been set. This sample publishes the
12
+ # directory located at the absolute path "root/project/build-output"
13
+ publish = " public/"
14
+
15
+ # Default build command.
16
+ command = " npm run build"
You can’t perform that action at this time.
0 commit comments