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

chore: remove legacy rivet modules code (postgres, backend, etc) #575

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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
Loading