Skip to content

Commit f285802

Browse files
committed
Prototype of new Polycentric server with separated events / content.
1 parent 2d33cd1 commit f285802

184 files changed

Lines changed: 6349 additions & 486 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ junit-server.xml
2727
.env.development.local
2828
.env.test.local
2929
.env.production.local
30+
.claude
3031

3132
npm-debug.log*
3233
yarn-debug.log*

.vscode/settings.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
2-
"eslint.workingDirectories": [{ "pattern": "packages/*" }],
2+
"eslint.workingDirectories": [
3+
{
4+
"pattern": "packages/*"
5+
}
6+
],
37
"editor.suggest.showSnippets": false,
4-
"editor.formatOnSave": false,
8+
"editor.formatOnSave": true,
59
"editor.codeActionsOnSave": {
610
"source.fixAll": "explicit",
711
"source.organizeImports": "explicit",

0 commit comments

Comments
 (0)