Browse Source

Added config, bump to v0.1.0

master
Muthu Kumar 7 years ago
parent
commit
a085eb94b9
  1. 13
      config.js
  2. 2
      package.json

13
config.js

@ -0,0 +1,13 @@
const { normalize } = require('path')
module.exports =
{
port: 8080,
php: {
bin: normalize(__dirname + '/php/php-cgi.exe')
},
wp: {
path: normalize(__dirname + '/wp'),
root: normalize(__dirname + '/wp/index.php')
}
}

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "wordboxed", "name": "wordboxed",
"version": "0.0.1", "version": "0.1.0",
"description": "A fully sandboxed WordPress installation", "description": "A fully sandboxed WordPress installation",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {

Loading…
Cancel
Save