Skip to content

Commit 8d3da55

Browse files
authored
πŸŽ‰ turborepo μ…‹μ—…, 배포 슀크립트 μž‘μ„±, 배포 μˆ˜ν–‰ (#1)
1 parent 27ae70d commit 8d3da55

34 files changed

+1656
-951
lines changed

β€Ž.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

β€Ž.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "restricted",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

β€Žapps/docs/.eslintrc.js

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

β€Žapps/docs/README.md

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

β€Žapps/docs/next-env.d.ts

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

β€Žapps/docs/next.config.js

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

β€Žapps/docs/package.json

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

β€Žapps/docs/pages/index.tsx

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

β€Žapps/docs/tsconfig.json

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

β€Žapps/web/.eslintrc.js

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

0 commit comments

Comments
Β (0)