File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 4949 "version" : " 2.0.0" ,
5050 "tasks" : [
5151 {
52- "label" : " 🫙 Database :: Run" ,
52+ "label" : " 🚀 Database :: Run" ,
5353 "detail" : " Run the database" ,
5454 "command" : " vidya-db-run" ,
5555 "type" : " shell" ,
6161 "isBackground" : true ,
6262 },
6363 {
64- "label" : " 🫙 Database :: Drop" ,
64+ "label" : " ☠️ Database :: Drop" ,
6565 "detail" : " Drop the database" ,
6666 "command" : " vidya-db-drop" ,
6767 "type" : " shell" ,
8585 "group" : " none" ,
8686 },
8787 {
88- "label" : " 🫙 Database :: Run Migrations" ,
88+ "label" : " 🚚 Database :: Run Migrations" ,
8989 "detail" : " Run the database migrations" ,
9090 "command" : " vidya-db-migrations-run" ,
9191 "type" : " shell" ,
9696 },
9797 "group" : " none" ,
9898 },
99+ {
100+ "label" : " 🌱 Database :: Seed" ,
101+ "detail" : " Seed the database" ,
102+ "command" : " npm run seed" ,
103+ "type" : " shell" ,
104+ "args" : [],
105+ "problemMatcher" : [],
106+ "presentation" : {
107+ "reveal" : " always"
108+ },
109+ "group" : " none" ,
110+ "options" : {
111+ "cwd" : " /workspaces/vidya/modules/utils/"
112+ }
113+ },
99114 {
100115 "label" : " ⚒️ Build All" ,
101116 "detail" : " Build all modules" ,
You can’t perform that action at this time.
0 commit comments