add static server
This commit is contained in:
parent
085a8a7d93
commit
8f1200aa4b
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"name": "theorangeone.net",
|
||||
"version": "1.0.0",
|
||||
"scripts": {},
|
||||
"scripts": {
|
||||
"start": "tstatic public/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github:RealOrangeOne/theorangeone.net"
|
||||
|
@ -16,6 +18,7 @@
|
|||
"dependencies": {
|
||||
"bootstrap": "4.0.0-alpha.6",
|
||||
"font-awesome": "4.7.0",
|
||||
"jquery": "3.2.1"
|
||||
"jquery": "3.2.1",
|
||||
"tstatic": "1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue