@rs-x/cli 2.0.0-next.17 → 2.0.0-next.18

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.
package/bin/rsx.cjs CHANGED
@@ -1826,6 +1826,8 @@ function applyVueDemoStarter(projectRoot, projectName, pm, flags) {
1826
1826
 
1827
1827
  const staleVueFiles = [
1828
1828
  path.join(projectRoot, 'public'),
1829
+ path.join(projectRoot, 'src/components/HelloWorld.vue'),
1830
+ path.join(projectRoot, 'src/assets'),
1829
1831
  ];
1830
1832
  for (const stalePath of staleVueFiles) {
1831
1833
  removeFileOrDirectoryWithDryRun(stalePath, dryRun);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rs-x/cli",
3
- "version": "2.0.0-next.17",
3
+ "version": "2.0.0-next.18",
4
4
  "description": "CLI for installing RS-X compiler tooling and VS Code integration",
5
5
  "bin": {
6
6
  "rsx": "./bin/rsx.cjs"