Skip to content

Commit b3c2c1f

Browse files
author
Mike Solomon
committed
Adds sandbox
1 parent 1732757 commit b3c2c1f

9 files changed

Lines changed: 773 additions & 4 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
/.purs*
99
/.psa*
1010
/.spago
11+
/sandbox/dist
12+
/output-es

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7+
"sandbox": "spago -x sandbox.dhall build && vite build sandbox/",
78
"format": "purs-tidy format-in-place \"src/**/*.purs\" && prettier --write \"src/**/*.js\""
89
},
910
"keywords": [],
@@ -12,7 +13,9 @@
1213
"devDependencies": {
1314
"prettier": "^2.8.1",
1415
"purescript": "^0.15.7",
16+
"purs-backend-es": "^1.3.1",
1517
"purs-tidy": "^0.9.2",
16-
"spago": "^0.20.9"
18+
"spago": "^0.20.9",
19+
"vite": "^4.0.4"
1720
}
1821
}

0 commit comments

Comments
 (0)