Skip to content

Commit 2cb8d92

Browse files
authored
refactor(api): Merge api into edge package (kriasoft#2038)
1 parent 34033e5 commit 2cb8d92

Some content is hidden

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

42 files changed

+391
-446
lines changed

.eslintrc.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ module.exports = {
6767
"import/resolver": {
6868
typescript: {
6969
project: [
70-
"api/tsconfig.json",
7170
"app/tsconfig.json",
7271
"edge/tsconfig.json",
7372
"scripts/tsconfig.json",

.github/workflows/pull_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- run: yarn tsc --build
2929

3030
# Test
31-
- run: yarn workspace api test
3231
- run: yarn workspace app test
3332
- run: yarn workspace edge test
3433

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"reactstarter",
6767
"refetch",
6868
"refetchable",
69+
"sendgrid",
6970
"signup",
7071
"sourcemap",
7172
"spdx",

.yarnrc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@ enableGlobalCache: true
22

33
nodeLinker: pnp
44

5+
packageExtensions:
6+
"@miniflare/r2@*":
7+
dependencies:
8+
"@miniflare/core": ^2.12.1
9+
510
yarnPath: .yarn/releases/yarn-4.0.0-rc.39.cjs

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Be sure to join our [Discord channel](https://discord.com/invite/2nKEnKq) for as
3030

3131
`├──`[`.github`](.github) — GitHub configuration including CI/CD workflows<br>
3232
`├──`[`.vscode`](.vscode) — VSCode settings including code snippets, recommended extensions etc.<br>
33-
`├──`[`api`](./api) — The API edge endpoint<br>
3433
`├──`[`app`](./app) — Web application front-end built with [React](https://reactjs.org/) and [Material UI](https://mui.com/core/)<br>
3534
`├──`[`edge`](./edge) — Cloudflare Workers (CDN) edge endpoint<br>
3635
`├──`[`env`](./env) — Application settings, API keys, etc.<br>

api/README.md

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

api/core/app.ts

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

api/global.d.ts

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

api/index.ts

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

api/package.json

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

0 commit comments

Comments
 (0)