Skip to content

Commit a14654d

Browse files
author
Oded Winberger
committed
init
1 parent a2ed7fe commit a14654d

13 files changed

+13557
-8240
lines changed

.yarn/install-state.gz

1.24 MB
Binary file not shown.

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

+541
Large diffs are not rendered by default.

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

+28
Large diffs are not rendered by default.

.yarn/releases/yarn-3.5.0.cjs

+873
Large diffs are not rendered by default.

.yarnrc.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
nodeLinker: node-modules
2+
3+
plugins:
4+
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
5+
spec: "@yarnpkg/plugin-workspace-tools"
6+
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
7+
spec: "@yarnpkg/plugin-interactive-tools"
8+
9+
yarnPath: .yarn/releases/yarn-3.5.0.cjs

apps/admin/.env.example

-2
This file was deleted.

apps/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
},
5858
"prisma": {
5959
"schema": "src/prisma/schema.prisma",
60-
"seed": "ts-node src/prisma/seed.ts"
60+
"seed": "ts-node-dev src/prisma/seed.ts"
6161
}
6262
}

apps/web/.env.example

-2
This file was deleted.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@
2828
"npm": ">=7.0.0",
2929
"node": ">=14.0.0"
3030
},
31-
"dependencies": {},
32-
"packageManager": "[email protected]"
31+
"packageManager": "[email protected]"
3332
}

packages/apollo-hooks/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@
3535
},
3636
"jest": {
3737
"preset": "scripts/jest/node"
38-
},
39-
"dependencies": {}
38+
}
4039
}

packages/config/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
"eslint-config-next": "^13.1.6",
1313
"eslint-config-prettier": "^8.3.0",
1414
"prettier": "2.8.1"
15-
},
16-
"devDependencies": {}
15+
}
1716
}

packages/ui/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"eslint-config-custom": "*",
2525
"react": "^17.0.2",
2626
"tsconfig": "*",
27+
"tsup": "^6.7.0",
2728
"typescript": "^4.8.4"
2829
}
2930
}

yarn.lock

+12,101-8,229
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)