Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh153 committed Mar 13, 2024
1 parent 77c4574 commit a6bb245
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 8 additions & 5 deletions GUIDE_AND_TRACKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ Visit
- (Java baggage) Reactive Spring Boot With Coroutines and Virtual Threads
- https://medium.com/androiddevelopers/cancellation-in-coroutines-aa6b90163629
- Image compression
- python interpreter for the web in kotlin
- Remix course by Maximilian swartzmillar
- https://roadmap.sh/guides
- 404 page
- https://floatui.com/components/404-pages
- https://tailwindui.com/components/marketing/feedback/404-pages
Expand Down Expand Up @@ -430,9 +433,9 @@ Why? There are 1000s of url shorteners out there. Well, none of them are made by
"@vighnesh153/tsconfig": "*",
"eslint-config-vighnesh153": "*",
"npm-run-all": "^4.1.5",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
},
"keywords": [],
"repository": {
Expand All @@ -446,7 +449,7 @@ Why? There are 1000s of url shorteners out there. Well, none of them are made by

```json
{
"extends": "@vighnesh153/tsconfig/base.json",
"extends": "@vighnesh153/tsconfig/typescript-library.json",
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
}
Expand Down Expand Up @@ -478,7 +481,7 @@ dist
### Todos for a new package

- extends: Todos for a new project
- tsup.config.js
- tsup.config.ts

```ts
import { defineConfig } from "tsup";
Expand Down
3 changes: 3 additions & 0 deletions docs/android/keep-in-minds.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ android {
defaultConfig {
vectorDrawables.useSupportLibrary = true
}
buildFeatures {
databinding = true
}
}
```

Expand Down
1 change: 1 addition & 0 deletions golang-tools/apps/identity/identity-infra-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"test": "jest",
"cdk": "cdk",
"cdk:deploy:dev": "dotenv -e .env.dev -- npx cdk deploy",
"cdk:destroy:dev": "dotenv -e .env.dev -- npx cdk destroy",
"cdk:deploy:prod": "dotenv -e .env.prod -- npx cdk deploy"
},
"devDependencies": {
Expand Down

0 comments on commit a6bb245

Please sign in to comment.