+4
-1
.example.env
+4
-1
.example.env
···# use ":memory:" if you want an in-memory store, or "file:path/to/file.db" for an embedded file on the server.···# optional, for at-rest encryption of the contents of your shard. if omitted, no encryption at rest is performed.
+41
-12
src/index.ts
+41
-12
src/index.ts
···
+10
-1
src/lib/env.ts
+10
-1
src/lib/env.ts
······
+13
src/lib/types/routes.ts
+13
src/lib/types/routes.ts
······
+2
-2
src/routes/index.ts
+2
-2
src/routes/index.ts
···
+11
-3
src/server/index.ts
+11
-3
src/server/index.ts
···