Skip to content

Commit

Permalink
Public Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pmh-only committed Jul 13, 2020
1 parent 21b78be commit 89d39a4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
[submodule "router/arrow"]
path = router/arrow
url = https://github.com/tritiumNetworks/ArrowLanguage.git
[submodule "router/rand"]
path = router/rand
url = https://github.com/tritiumNetworks/RandRes
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ readdir(path + '/router', (err, routers) => {
router.ready(rapp, router._socket ? socket : undefined)
})
})

app.use('/', express.static(path + '/public'))
Binary file added public/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
User-agent: *
Disallow: /example
Disallow: /jupyter
2 changes: 1 addition & 1 deletion router/arrow
Submodule arrow updated 1 files
+1 −0 src/main.js
1 change: 1 addition & 0 deletions router/rand
Submodule rand added at 030e70

0 comments on commit 89d39a4

Please sign in to comment.