Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
chore: remove legacy rivet modules code (postgres, backend, etc) (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Nov 23, 2024
1 parent a19b225 commit d9d47f4
Show file tree
Hide file tree
Showing 471 changed files with 3,227 additions and 33,571 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Temporary Items

# End of https://www.toptal.com/developers/gitignore/api/deno,macos

# Backend
packages/backend/artifacts/
packages/backend/vendor/
packages/backend/node_modules/
# JS Utils
packages/js-utils/artifacts/
packages/js-utils/vendor/
packages/js-utils/node_modules/

6 changes: 0 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ The backend package is a TypeScript package located at `packages/backend/`. This
- `packages/backend/cli/` – JSON CLI interface to the toolchain
- `packages/backend/runtime/` – Runtime code used to by the backend at runtime

### Backend Artifacts

Backend artifacts are files that are required to be generated for the backend to run.

Artifacts are automatically generated on Cargo build in `packages/backend-embed/build.rs`. Under the hood, this calls the `scripts/backend/build_artifacts.ts` script.

### Embedding Deno

Deno is automatically downloaded and installed to a temporary path in `packages/deno-embed`. This is used both at runtime for the toolchain and any build scripts that depend on Deno.
Expand Down
Loading

0 comments on commit d9d47f4

Please sign in to comment.