Init: RoggioApp Architecture, Prisma Schema, API MVP

This commit is contained in:
Clara Zetkin
2026-04-26 19:42:42 +02:00
commit 193b29e8a9
5256 changed files with 1446953 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
export interface NotStarted {
readonly _tag: OP_NOT_STARTED;
}
//# sourceMappingURL=debounceState.d.ts.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"debounceState.d.ts","sourceRoot":"","sources":["../../../../src/internal/stream/debounceState.ts"],"names":[],"mappings":"AAyBA,MAAM,WAAW,UAAU;IACzB,QAAQ,CAAC,IAAI,EAAE,cAAc,CAAA;CAC9B"}
+2
View File
@@ -0,0 +1,2 @@
export {};
//# sourceMappingURL=emit.d.ts.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"emit.d.ts","sourceRoot":"","sources":["../../../../src/internal/stream/emit.ts"],"names":[],"mappings":""}
+2
View File
@@ -0,0 +1,2 @@
export {};
//# sourceMappingURL=haltStrategy.d.ts.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"haltStrategy.d.ts","sourceRoot":"","sources":["../../../../src/internal/stream/haltStrategy.ts"],"names":[],"mappings":""}
+2
View File
@@ -0,0 +1,2 @@
export {};
//# sourceMappingURL=handoff.d.ts.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"handoff.d.ts","sourceRoot":"","sources":["../../../../src/internal/stream/handoff.ts"],"names":[],"mappings":""}
+6
View File
@@ -0,0 +1,6 @@
import type * as Chunk from "../../Chunk.js";
export interface Emit<out A> {
readonly _tag: OP_EMIT;
readonly elements: Chunk.Chunk<A>;
}
//# sourceMappingURL=handoffSignal.d.ts.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"handoffSignal.d.ts","sourceRoot":"","sources":["../../../../src/internal/stream/handoffSignal.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,KAAK,MAAM,gBAAgB,CAAA;AAwB5C,MAAM,WAAW,IAAI,CAAC,GAAG,CAAC,CAAC;IACzB,QAAQ,CAAC,IAAI,EAAE,OAAO,CAAA;IACtB,QAAQ,CAAC,QAAQ,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAA;CAClC"}
+2
View File
@@ -0,0 +1,2 @@
export {};
//# sourceMappingURL=pull.d.ts.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"pull.d.ts","sourceRoot":"","sources":["../../../../src/internal/stream/pull.ts"],"names":[],"mappings":""}
+2
View File
@@ -0,0 +1,2 @@
export {};
//# sourceMappingURL=sinkEndReason.d.ts.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"sinkEndReason.d.ts","sourceRoot":"","sources":["../../../../src/internal/stream/sinkEndReason.ts"],"names":[],"mappings":""}
+2
View File
@@ -0,0 +1,2 @@
export {};
//# sourceMappingURL=zipAllState.d.ts.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"zipAllState.d.ts","sourceRoot":"","sources":["../../../../src/internal/stream/zipAllState.ts"],"names":[],"mappings":""}
+2
View File
@@ -0,0 +1,2 @@
export {};
//# sourceMappingURL=zipChunksState.d.ts.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"zipChunksState.d.ts","sourceRoot":"","sources":["../../../../src/internal/stream/zipChunksState.ts"],"names":[],"mappings":""}