We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9c2c1 commit f16f3a5Copy full SHA for f16f3a5
.gitpod.yml
@@ -0,0 +1,5 @@
1
+tasks:
2
+ - before: >-
3
+ curl -fsSL https://bun.sh/install | bash
4
+ && source /home/gitpod/.bashrc
5
+ init: make build
spago.yaml
@@ -43,9 +43,9 @@ package:
43
dependencies:
44
- spec
45
workspace:
46
- package_set:
+ packageSet:
47
registry: 47.12.0
48
- extra_packages:
+ extraPackages:
49
format:
50
git: https://github.com/feramhq/purescript-format
51
ref: 3b0fc6c74f439fc3ad7fc7c88fc6f73b083f82e2
0 commit comments