this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Copy stdlib on build

+7 -1
-1
example/stdlib
··· 1 - ../src/worker/static/stdlib
+3
example/stdlib/.gitignore
··· 1 + * 2 + !.gitignore 3 + !dune
+4
example/stdlib/dune
··· 1 + (copy_files 2 + (alias all-js) 3 + (mode (promote (until-clean))) 4 + (files ../../src/worker/static/stdlib/*))