-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
146 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ | |
!.yarn/sdks | ||
!.yarn/versions | ||
yarn-error.log | ||
yarn.lock | ||
npm-debug.* | ||
|
||
# mobile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
All applications are stored here. | ||
All applications are stored here. | ||
|
||
You can use a microservice approach or a traditional monolith approach. | ||
You can use a microservice approach or a traditional monolith approach. | ||
But we strongly recommend separating your API from the front-end application. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Deploy | ||
|
||
TODO | ||
TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
The internal packages are stored here. | ||
The internal packages are stored here. | ||
|
||
These can be UI libraries or auxiliary utilities. | ||
These can be UI libraries or auxiliary utilities. | ||
Everything that can be published in NPM, but is used inside the apps. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"$schema": "https://turbo.build/schema.json", | ||
"globalDependencies": ["**/.env.*local"], | ||
"pipeline": { | ||
"build": { | ||
"dependsOn": ["^build"], | ||
"outputs": [".next/**", "!.next/cache/**"] | ||
}, | ||
"lint": { | ||
"dependsOn": ["^lint"] | ||
}, | ||
"dev": { | ||
"cache": false, | ||
"persistent": true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
# This file is generated by running "yarn install" inside your project. | ||
# Manual changes might be lost - proceed with caution! | ||
|
||
__metadata: | ||
version: 8 | ||
cacheKey: 10c0 | ||
|
||
"prettier@npm:^3.2.5": | ||
version: 3.2.5 | ||
resolution: "prettier@npm:3.2.5" | ||
bin: | ||
prettier: bin/prettier.cjs | ||
checksum: 10c0/ea327f37a7d46f2324a34ad35292af2ad4c4c3c3355da07313339d7e554320f66f65f91e856add8530157a733c6c4a897dc41b577056be5c24c40f739f5ee8c6 | ||
languageName: node | ||
linkType: hard | ||
|
||
"start-up-kit@workspace:.": | ||
version: 0.0.0-use.local | ||
resolution: "start-up-kit@workspace:." | ||
dependencies: | ||
prettier: "npm:^3.2.5" | ||
turbo: "npm:^1.13.3" | ||
languageName: unknown | ||
linkType: soft | ||
|
||
"turbo-darwin-64@npm:1.13.3": | ||
version: 1.13.3 | ||
resolution: "turbo-darwin-64@npm:1.13.3" | ||
conditions: os=darwin & cpu=x64 | ||
languageName: node | ||
linkType: hard | ||
|
||
"turbo-darwin-arm64@npm:1.13.3": | ||
version: 1.13.3 | ||
resolution: "turbo-darwin-arm64@npm:1.13.3" | ||
conditions: os=darwin & cpu=arm64 | ||
languageName: node | ||
linkType: hard | ||
|
||
"turbo-linux-64@npm:1.13.3": | ||
version: 1.13.3 | ||
resolution: "turbo-linux-64@npm:1.13.3" | ||
conditions: os=linux & cpu=x64 | ||
languageName: node | ||
linkType: hard | ||
|
||
"turbo-linux-arm64@npm:1.13.3": | ||
version: 1.13.3 | ||
resolution: "turbo-linux-arm64@npm:1.13.3" | ||
conditions: os=linux & cpu=arm64 | ||
languageName: node | ||
linkType: hard | ||
|
||
"turbo-windows-64@npm:1.13.3": | ||
version: 1.13.3 | ||
resolution: "turbo-windows-64@npm:1.13.3" | ||
conditions: os=win32 & cpu=x64 | ||
languageName: node | ||
linkType: hard | ||
|
||
"turbo-windows-arm64@npm:1.13.3": | ||
version: 1.13.3 | ||
resolution: "turbo-windows-arm64@npm:1.13.3" | ||
conditions: os=win32 & cpu=arm64 | ||
languageName: node | ||
linkType: hard | ||
|
||
"turbo@npm:^1.13.3": | ||
version: 1.13.3 | ||
resolution: "turbo@npm:1.13.3" | ||
dependencies: | ||
turbo-darwin-64: "npm:1.13.3" | ||
turbo-darwin-arm64: "npm:1.13.3" | ||
turbo-linux-64: "npm:1.13.3" | ||
turbo-linux-arm64: "npm:1.13.3" | ||
turbo-windows-64: "npm:1.13.3" | ||
turbo-windows-arm64: "npm:1.13.3" | ||
dependenciesMeta: | ||
turbo-darwin-64: | ||
optional: true | ||
turbo-darwin-arm64: | ||
optional: true | ||
turbo-linux-64: | ||
optional: true | ||
turbo-linux-arm64: | ||
optional: true | ||
turbo-windows-64: | ||
optional: true | ||
turbo-windows-arm64: | ||
optional: true | ||
bin: | ||
turbo: bin/turbo | ||
checksum: 10c0/0382cc88f65a6690e97d30a6ad5d9b9ede7705f5f57edea27629408b166eff4a5938824746ce2cbcd50d2b64ebdbd359160e2cbe009f0bfd6f144997f9f6705b | ||
languageName: node | ||
linkType: hard |