Skip to content

Commit

Permalink
Rename "/apps" to "/packages"
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanne committed May 2, 2024
1 parent 1238add commit e554783
Show file tree
Hide file tree
Showing 127 changed files with 50 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
ecmaVersion: "latest",
sourceType: "module",
tsconfigRootDir: __dirname,
project: ["apps/*/tsconfig.json"],
project: ["packages/*/tsconfig.json"],
},
plugins: ["@typescript-eslint", "react", "react-refresh", "testing-library"],
rules: {
Expand Down Expand Up @@ -65,7 +65,7 @@ module.exports = {
extensions: [".js", ".jsx", ".ts", ".tsx"],
},
typescript: {
project: ["apps/*/tsconfig.json"],
project: ["packages/*/tsconfig.json"],
},
},
},
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Before pushing, the following checks are additionally ran:
From your terminal:

```sh
npm run dev --workspace="apps/<app-name>"
npm run dev --workspace="packages/<app-name>"
```

This starts your app in development mode, rebuilding assets on file changes.
Expand Down Expand Up @@ -101,7 +101,7 @@ npm run build
Preview the production build:

```sh
npm run start --workspace="apps/<app-name>"
npm run start --workspace="packages/<app-name>"
```

## Contributing
Expand Down
48 changes: 44 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sideEffects": false,
"type": "module",
"workspaces": [
"apps/*"
"packages/*"
],
"scripts": {
"build": "npm run build --workspaces --if-present",
Expand Down
2 changes: 1 addition & 1 deletion apps/dito/.dockerignore → packages/dito/.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*

# Include files required for building the application (except for node_modules these are installed by docker)
!apps/dito/app
!packages/dito/app
!public
public/build
!LICENSE
Expand Down
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.
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.
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.
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.
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.

0 comments on commit e554783

Please sign in to comment.