Skip to content

Commit

Permalink
Moving cli from apps folder into packages folder (#2198)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
JayaKrishnaNamburu authored Aug 28, 2023
1 parent d41b52a commit 0e64ee8
Show file tree
Hide file tree
Showing 21 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module.exports = {
"**/__generated__/**/*",
"/packages/prisma-client/prisma/migrations",
"/codemod",
"apps/cli/templates/",
"packages/cli/templates/",
],
};
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
98 changes: 49 additions & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e64ee8

Please sign in to comment.