Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Deno and transition to Just for task execution #98

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To develop on your machine, install the following (and please submit issues if e
- [Rust](https://www.rust-lang.org/tools/install)
- [Docker](https://docs.docker.com/get-docker/)
- [dprint](https://dprint.dev/)
- [Deno](https://github.com/denoland/deno?tab=readme-ov-file#installation)
- [Just](https://github.com/casey/just?tab=readme-ov-file#installation)
- [sql-formatter](https://github.com/sql-formatter-org/sql-formatter)
- [insta](https://insta.rs/)

Expand Down Expand Up @@ -85,10 +85,10 @@ changes by contributors where you believe you have something valuable to add or
### Ensure Test DB Accessible

If you've already initialized the archive database, ensure it's running (potentially with a
`deno pg:up`). Otherwise, initialize the development archive database.
`just pg-up`). Otherwise, initialize the development archive database.

```sh
deno task dev:init
just dev-init
```

> You only need to reinitialize the database if you want the latest data dump.
Expand Down
55 changes: 0 additions & 55 deletions deno.json

This file was deleted.

168 changes: 43 additions & 125 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading