drashbot
released this
13 May 20:37
·
14 commits
to refs/heads/main
since this release
Compatibility
Requires Deno v1.20
Documentation
Usage
- Create a
deps.ts
file.
// deps.ts
export { Model } from "https://deno.land/x/vital@v1.1.1/mod.ts";
- Import
Model
from yourdeps.ts
file.
import { Model } from "./deps.ts"
... your
... code
... here
Release Summary
- fix: Build errors by downgrading postgres