diff options
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js index c664485..f903edd 100644 --- a/src/index.js +++ b/src/index.js @@ -1,3 +1,10 @@ +/* + * index.js + * Copyright (c) 2019, Texx + * License: MIT + * See https://github.com/texxme/Texx/blob/master/LICENSE + */ + import {ExpressPeerServer} from "peer"; import express from 'express'; import path from 'path'; |