alan
/
sfu
1
Fork 0

foundation stuff

This commit is contained in:
Alan Faubert 2019-12-01 08:12:27 -05:00
parent 12c464b683
commit 9e57320807
3 changed files with 11 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
/node_modules
/package-lock.json
/pnpm-lock.yaml
/shrinkwrap.yaml
/yarn.lock

5
package.json Normal file
View File

@ -0,0 +1,5 @@
{
"dependencies": {
"busboy": "*"
}
}

1
sfu Executable file
View File

@ -0,0 +1 @@
node "$(readlink -e "$0")".js "$@"