+27
.idea/jsonSchemas.xml
+27
.idea/jsonSchemas.xml
···
1
+
<?xml version="1.0" encoding="UTF-8"?>
2
+
<project version="4">
3
+
<component name="JsonSchemaMappingsProjectConfiguration">
4
+
<state>
5
+
<map>
6
+
<entry key="Lexicon Schema">
7
+
<value>
8
+
<SchemaInfo>
9
+
<option name="generatedName" value="New Schema" />
10
+
<option name="name" value="Lexicon Schema" />
11
+
<option name="relativePathToSchema" value="https://cdn.justdavi.dev/lexiconschema.json" />
12
+
<option name="patterns">
13
+
<list>
14
+
<Item>
15
+
<option name="directory" value="true" />
16
+
<option name="path" value="lexdocs" />
17
+
<option name="mappingKind" value="Directory" />
18
+
</Item>
19
+
</list>
20
+
</option>
21
+
</SchemaInfo>
22
+
</value>
23
+
</entry>
24
+
</map>
25
+
</state>
26
+
</component>
27
+
</project>
+3
-3
backend/README.md
+3
-3
backend/README.md
···
24
24
## current status
25
25
26
26
right now we're not running on bun because there are
27
-
[some issues with partysocket](https://github.com/oven-sh/bun/issues/18807), which haven't
28
-
been fixed yet and which the jetstream library we use depends on for the moment. once it has been fixed, we do plan
29
-
to use bun over node in the future.
27
+
[some issues with partysocket](https://github.com/oven-sh/bun/issues/18807), which haven't been
28
+
fixed yet and which the jetstream library we use depends on for the moment. once it has been fixed,
29
+
we do plan to use bun over node in the future.
30
30
31
31
### checklist before it's usable
32
32