create-rudder-app 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"console.d.ts","sourceRoot":"","sources":["../../../src/templates/routes/console.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,oBAAoB,CAAA;AAEzD,wBAAgB,aAAa,CAAC,GAAG,EAAE,eAAe,GAAG,MAAM,
|
|
1
|
+
{"version":3,"file":"console.d.ts","sourceRoot":"","sources":["../../../src/templates/routes/console.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,oBAAoB,CAAA;AAEzD,wBAAgB,aAAa,CAAC,GAAG,EAAE,eAAe,GAAG,MAAM,CA2B1D"}
|
|
@@ -15,10 +15,9 @@ export function routesConsole(ctx) {
|
|
|
15
15
|
` console.log(\`\\n "\${quote}"\\n\`)`,
|
|
16
16
|
`}).description('Display an inspiring quote')`,
|
|
17
17
|
``,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
`}).description('Seed the database with sample data')`,
|
|
18
|
+
`// db:seed is provided by @rudderjs/orm. To add seed data, create`,
|
|
19
|
+
`// database/seeders/DatabaseSeeder.ts with a default-exported Seeder`,
|
|
20
|
+
`// subclass (or async function). Then \`pnpm rudder db:seed\` runs it.`,
|
|
22
21
|
...(ctx.packages.terminal ? [
|
|
23
22
|
``,
|
|
24
23
|
`rudder.command('dashboard', async () => {`,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"console.js","sourceRoot":"","sources":["../../../src/templates/routes/console.ts"],"names":[],"mappings":"AAEA,MAAM,UAAU,aAAa,CAAC,GAAoB;IAChD,OAAO;QACL,4CAA4C;QAC5C,GAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,+CAA+C,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;QACnF,EAAE;QACF,mCAAmC;QACnC,oBAAoB;QACpB,4DAA4D;QAC5D,qCAAqC;QACrC,mCAAmC;QACnC,wBAAwB;QACxB,8CAA8C;QAC9C,KAAK;QACL,oEAAoE;QACpE,wCAAwC;QACxC,8CAA8C;QAC9C,EAAE;QACF,
|
|
1
|
+
{"version":3,"file":"console.js","sourceRoot":"","sources":["../../../src/templates/routes/console.ts"],"names":[],"mappings":"AAEA,MAAM,UAAU,aAAa,CAAC,GAAoB;IAChD,OAAO;QACL,4CAA4C;QAC5C,GAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,+CAA+C,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;QACnF,EAAE;QACF,mCAAmC;QACnC,oBAAoB;QACpB,4DAA4D;QAC5D,qCAAqC;QACrC,mCAAmC;QACnC,wBAAwB;QACxB,8CAA8C;QAC9C,KAAK;QACL,oEAAoE;QACpE,wCAAwC;QACxC,8CAA8C;QAC9C,EAAE;QACF,mEAAmE;QACnE,sEAAsE;QACtE,wEAAwE;QACxE,GAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC;YAC1B,EAAE;YACF,2CAA2C;YAC3C,+BAA+B;YAC/B,6DAA6D;SAC9D,CAAC,CAAC,CAAC,EAAE,CAAC;KACR,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,IAAI,CAAA;AACrB,CAAC"}
|