Files
site/esy.json

17 lines
301 B
JSON

{
"dependencies": {
"@opam/dream": "*",
"@opam/dune": "*",
"@opam/lwt": "*",
"@opam/caqti": "*",
"@opam/lwt_ppx": "*",
"@opam/caqti-driver-sqlite3": "*",
"ocaml": "*"
},
"scripts": {
"start": "dune exec --root . ./rawleydotxyz.exe",
"build": "esy b dune build"
}
}