Skip to content

Commit

Permalink
feature/apps and components folders added
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwaxhello committed May 8, 2024
1 parent 1c9d73f commit ed065b1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 32 deletions.
11 changes: 11 additions & 0 deletions apps/frameless.io/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "1.0.0-alpha.0",
"author": "Frameless",
"description": "Frameless.io website",
"license": "EUPL-1.2",
"name": "@frameless/frameless.io",
"keywords": [
"nl-design-system"
],
"private": true
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"pnpm": "^8"
},
"workspaces": [
"./apps/*",
"./packages/*",
"./proprietary/*"
],
Expand Down
41 changes: 9 additions & 32 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
packages:
- "components/**"
- "apps/*"
- "packages/*"
- "proprietary/*"

0 comments on commit ed065b1

Please sign in to comment.