Skip to content

Commit

Permalink
Update _nderscore vs code plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymiller committed Sep 13, 2023
1 parent a987cae commit 329e869
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 12 deletions.
6 changes: 0 additions & 6 deletions apps/expo/generate-tamagui-json.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"@babel/runtime": "^7.22.15",
"@shopify/flash-list": "^1.5.0",
"@t4/ui": "^2.0.0",
"@tamagui/static": "1.64.1",
"app": "^2.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"burnt": "^0.11.7",
Expand Down
12 changes: 12 additions & 0 deletions apps/next/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@
"plugins": [
{
"name": "next"
},
{
"name": "@nderscore/tamagui-typescript-plugin",
"pathToApp": "apps/next",
"defaultTheme": "light",
"colorTileSize": 18,
"completionFilters": {
"showColorTokens": true,
"showTrueTokens": true,
"custom": {
}
}
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "t4-api"
compatibility_date = "2023-08-07"
compatibility_date = "2023-09-04"
send_metrics = false
account_id = "719e3374c9fabba87860b809acb3c939"

Expand Down
21 changes: 18 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@
{
"name": "@nderscore/tamagui-typescript-plugin",
"pathToApp": "apps/next",
"defaultTheme": "light"
"defaultTheme": "light",
"colorTileSize": 18,
"completionFilters": {
"showColorTokens": true,
"showTrueTokens": true,
"custom": {
}
}
}
]
},
Expand Down

1 comment on commit 329e869

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔ EAS production build completed

Android QR IOS QR
Android QR IOS QR

Please sign in to comment.