|
|
@ -10,7 +10,7 @@ const plugins = require('./plugins/main') |
|
|
|
const fancyIntro = |
|
|
|
chalk.yellow(` |
|
|
|
|
|
|
|
---------------------------------- |
|
|
|
+---------------------------------+ |
|
|
|
| .---. | |
|
|
|
| /. ./| | |
|
|
|
| .--'. ' ; | |
|
|
@ -24,12 +24,12 @@ chalk.yellow(` |
|
|
|
| : ' |--" | |
|
|
|
| \\ \\ ; | |
|
|
|
| '---" | |
|
|
|
---------------------------------- |
|
|
|
+---------------------------------+ |
|
|
|
WordBox |
|
|
|
The modern WordPress environment |
|
|
|
----------------------------------`) + chalk.green(` |
|
|
|
The modern WP & PHP environment |
|
|
|
+---------------------------------+`) + chalk.green(` |
|
|
|
Server running at port ${config.port} |
|
|
|
---------------------------------- |
|
|
|
+---------------------------------+ |
|
|
|
`)
|
|
|
|
|
|
|
|
const app = express() |
|
|
|