Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
natew committed Jan 26, 2025
1 parent c3b2d93 commit 56e1a4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"migrate:auth": "npx @better-auth/cli migrate --config ./src/better-auth/auth.ts",
"build:docker:app": "RUN=1 tsx ./src/ci/buildChatAppDocker.ts",
"sst:login": "aws sso login --sso-session=tamagui",
"sst:build:production": "yarn build:docker:app",
"sst:deploy:production": "sst deploy --stage production",
"sst:push:production": "yarn sst:build:production && yarn sst:deploy:production",
"seed": "tsx ./src/postgres/seed.ts",
"serve": "one serve",
"zero": "yarn zero:build-schema && zero-cache --schema-file ./src/zero/zero-schema.json",
Expand Down

0 comments on commit 56e1a4d

Please sign in to comment.