Created
May 19, 2026 14:01
-
-
Save prpatel/ee3633f4850d51eff3033ebde8bc6ff2 to your computer and use it in GitHub Desktop.
Building useful AI apps with David - Vueconf 2026
This file contains hidden or 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
| Once youv'e started postgres and before you run the db:reset command, create the table using this SQL from whatever database browser/utility you're using: | |
| CREATE DATABASE vueconf_workshop; | |
| then run: | |
| pnpm run db:reset |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment