This repo contains the code to build my main websites (https://www.itsericwoodward.com/ and https://itsericwoodward.com/).
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
256 B
19 lines
256 B
{
|
|
/*
|
|
|
|
*/
|
|
|
|
/** TACO Express Default Options **/
|
|
|
|
/*
|
|
The function used to log output (console.log, morgan, etc).
|
|
Should take one (or more) strings as arguments.
|
|
*/
|
|
logFunction: null,
|
|
|
|
build: {},
|
|
site: {},
|
|
serve: {
|
|
port: 5000,
|
|
},
|
|
}
|