Skip to content

Commit 0e64ee8

Browse files
Moving cli from apps folder into packages folder (#2198)
## Description This PR moves the cli from `apps/cli` into `packages` folder. It was initially started under `app/cli` from this [comment](webstudio-is/webstudio-cli#6 (comment)). But looks like, `packages` is the good place for it.
1 parent d41b52a commit 0e64ee8

21 files changed

+50
-50
lines changed

Diff for: .eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module.exports = {
66
"**/__generated__/**/*",
77
"/packages/prisma-client/prisma/migrations",
88
"/codemod",
9-
"apps/cli/templates/",
9+
"packages/cli/templates/",
1010
],
1111
};
File renamed without changes.

Diff for: apps/cli/bin.js renamed to packages/cli/bin.js

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: pnpm-lock.yaml

+49-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)