add basic html
This commit is contained in:
parent
5205aa4f9b
commit
07d473f275
6 changed files with 37 additions and 1 deletions
6
index.js
6
index.js
|
@ -1,5 +1,9 @@
|
|||
#!bin/node
|
||||
|
||||
var packageJson = require('./package.json');
|
||||
'use strict';
|
||||
|
||||
const packageJson = require('./package.json');
|
||||
|
||||
console.log(`Starbugs version ${packageJson.version} running.`);
|
||||
|
||||
require('./server/')();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue