Skip to content

Commit 0f98d80

Browse files
committed
feat(repo)!: restructure into a monorepo
1 parent 4812528 commit 0f98d80

File tree

2,233 files changed

+63940
-10071
lines changed

Some content is hidden

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

2,233 files changed

+63940
-10071
lines changed

.deepsource.toml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.gitignore

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

33
# dependencies
4-
/node_modules
5-
/.pnp
4+
node_modules/
5+
.pnp/
66
.pnp.js
77

88
# testing
9-
/coverage
9+
coverage/
1010

1111
# production
12-
/build
13-
/dist
12+
build/
13+
dist/
1414

1515
# misc
1616
.DS_Store
@@ -29,9 +29,10 @@ yarn-error.log
2929
/public/env-config.js
3030
env-config.js
3131
.idea/
32-
/test-results/
33-
/playwright-report/
34-
/playwright/.cache/
32+
# TODO: delete unnecessary stuff
33+
test-results/
34+
playwright-report/
35+
playwright/.cache/
3536
playwright/.auth/
3637
.npmrc
3738

.husky/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717

1818
. "$(dirname "$0")/_/husky.sh"
1919

20-
yarn tsc --noEmit
21-
yarn lint-staged
20+
# TODO: add lint-staged
21+
pnpm -r lint

.lintstagedrc

Lines changed: 0 additions & 5 deletions
This file was deleted.

.env renamed to apps/web/.env

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)