We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffbd2b commit ebfdc13Copy full SHA for ebfdc13
deploy/start
@@ -1,3 +1,7 @@
1
-#! /usr/bin/env/bash
+#! /usr/bin/env bash
2
3
+set -ex
4
+set -o noglob
5
+export XDG_CACHE_HOME=.spago-cache
6
+spago install
7
exec trypurescript +RTS -N1 -A128m -M750M -RTS 8081 $(spago sources)
0 commit comments