fix index file
This commit is contained in:
parent
654549897a
commit
41eca93ee3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1 @@
|
||||
node_modules/
|
||||
!log/
|
||||
log/*
|
||||
|
@ -28,6 +28,7 @@ packages or C compiler, etc. Just run the build with a port number
|
||||
|
||||
```
|
||||
git clone https://github.com/pinheadmz/hip2-server
|
||||
cd hip2-server
|
||||
node hip2-server/build/hip2-server.js 8080
|
||||
```
|
||||
|
||||
|
1
log/hip2-index
Normal file
1
log/hip2-index
Normal file
@ -0,0 +1 @@
|
||||
0
|
@ -4,8 +4,7 @@
|
||||
"description": "",
|
||||
"main": "build/hip2-server.js",
|
||||
"scripts": {
|
||||
"build": "bpkg --browser-field --ignore-bindings --no-license --node --output ./build/hip2-server.js ./src/derive.js",
|
||||
"reset": "rm log/hip2-index"
|
||||
"build": "bpkg --browser-field --ignore-bindings --no-license --node --output ./build/hip2-server.js ./src/derive.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user