Skip to content

Commit

Permalink
Fix build issues on Windows (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Boberg <[email protected]>
  • Loading branch information
axelboberg authored Jun 24, 2024
1 parent ccefc83 commit 030c81b
Show file tree
Hide file tree
Showing 17 changed files with 8,811 additions and 5,663 deletions.
2 changes: 1 addition & 1 deletion app/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default function App () {
}
}
})
;(await api.load()).client.setIdentity(localRef.current.id)
;(await api.load()).client.setIdentity(json?.data)
break

/*
Expand Down
4 changes: 3 additions & 1 deletion docs/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ bridge
|- docs # Documentation
|- lib # Node/backend
|- media # Static media for the documentation
|- plugins # Bundled plugins (not external ones)
|- plugins # Bundled plugins
|- public # Static files served by the web server
|- shared # Code shared between processes
|- scripts # Helper scripts used by the build process e.t.c.

These are created during the build process:

Expand Down
Loading

0 comments on commit 030c81b

Please sign in to comment.