Skip to content

Commit

Permalink
Update project structure to monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMartinDev committed Dec 11, 2021
1 parent bdadc0e commit 3f686fc
Show file tree
Hide file tree
Showing 42 changed files with 6,113 additions and 21,220 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@ node_modules
data/*
public/*
.env
.DS_Store
.DS_Store

.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
28 changes: 28 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Large diffs are not rendered by default.

768 changes: 768 additions & 0 deletions .yarn/releases/yarn-3.1.1.cjs

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.1.1.cjs
59 changes: 0 additions & 59 deletions client/App.jsx

This file was deleted.

31 changes: 0 additions & 31 deletions client/api.js

This file was deleted.

15 changes: 0 additions & 15 deletions client/index.hbs

This file was deleted.

5 changes: 0 additions & 5 deletions client/index.js

This file was deleted.

181 changes: 0 additions & 181 deletions client/modules/panels/NetworkSpeedPanel.jsx

This file was deleted.

File renamed without changes.
Loading

0 comments on commit 3f686fc

Please sign in to comment.