iceshrimp/packages
Laura Hausmann 2baa787b72
[backend] Dynamically import redisClient in postgre.ts and dependencies
This fixes unnecessary redisClient instances being created during migration runs, which previously prevented the revertmigration command from exiting by itself due to a TypeORM inconsistency between migration:run and migration:revert.
2023-11-07 23:12:20 +01:00
..
backend [backend] Dynamically import redisClient in postgre.ts and dependencies 2023-11-07 23:12:20 +01:00
client [client] Add wellness preferences 2023-11-04 22:24:05 +01:00
iceshrimp-js Migrate from rome to biome 2023-10-27 16:46:38 +02:00
sw Migrate from rome to biome 2023-10-27 16:46:38 +02:00
meta.json refactoring 2021-11-12 02:02:25 +09:00
README.md Remove megalodon 2023-10-05 14:36:14 +02:00

📦 Packages

This directory contains all of the packages Iceshrimp uses.

  • backend: Main backend code written in TypeScript for NodeJS
  • client: Web interface written in Vue3 and TypeScript
  • sw: Web Service Worker written in TypeScript
  • iceshrimp-js: TypeScript SDK for both backend and client, also published on NPM for public use