t3-oss / create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native
https://turbo.t3.gg
MIT License
4.57k stars 384 forks source link

Fix some bugs or problems #1192

Open soulful-ramble opened 1 week ago

soulful-ramble commented 1 week ago

Fix some bugs or problems

problem: add vscode settings for safer code formatting

Sometimes vscode prettier doesn't format .tsx file without this config. see also: https://stackoverflow.com/questions/61731587/vscode-prettier-doesnt-format-tsx-file

fix post update error

Issue: bug: can't use sql in $onUpdateFn, value.toISOString is not a function #1082 See also: https://orm.drizzle.team/learn/latest-releases/drizzle-orm-v0305#onupdate-functionality-for-postgresql-mysql-and-sqlite

fix error when executing "pnpm ui-add" for adding accordion component

Some shadcn components will modify the content of tailwind.config.ts. But it is misconfigured with the location of this file