feat(netlify): Add netlify config file @root
This commit is contained in:
12
netlify.toml
Normal file
12
netlify.toml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Settings in the [build] context are global and are applied to all contexts unless otherwise overridden by more specific contexts.
|
||||||
|
|
||||||
|
[build]
|
||||||
|
# This is the directory to change to before starting a build.
|
||||||
|
base = "client/"
|
||||||
|
# NOTE: This is where we will look for package.json/.nvmrc/etc, not root.
|
||||||
|
# This is the directory that you are publishing from (relative to root of your repo)
|
||||||
|
publish = "client/public/"
|
||||||
|
# This will be your default build command
|
||||||
|
command = "npm run build"
|
||||||
|
# This is where we will look for your lambda functions
|
||||||
|
#functions = "project/functions/"
|
Reference in New Issue
Block a user