Skip to content

Commit 74dd206

Browse files
feat: updated integrations.mocked to the latest version
1 parent 63ed33f commit 74dd206

File tree

4 files changed

+5
-18
lines changed

4 files changed

+5
-18
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ To set up a new O2S project, use the `create-o2s-app` starter and follow the ins
2424
```sh
2525
npx create-o2s-app my-project
2626
cd my-project
27-
npm install
2827
npm run dev
2928
```
3029

@@ -36,8 +35,6 @@ To start all services in **development mode**, use:
3635
npm run dev
3736
```
3837

39-
TODO: change names
40-
4138
To run individual components:
4239

4340
```sh
@@ -51,8 +48,6 @@ For more details, check the **[Running the project](https://www.openselfservice.
5148

5249
O2S follows a **monorepo structure** using **Turborepo** for managing apps and internal packages.
5350

54-
TODO: change names
55-
5651
```sh
5752
/apps
5853
/frontend # Next.js frontend

apps/api-harmonization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@nestjs/core": "^10.0.0",
2727
"@nestjs/platform-express": "^10.0.0",
2828
"@o2s/framework": "^0.11.0",
29-
"@o2s/integrations.mocked": "^0.10.0",
29+
"@o2s/integrations.mocked": "^0.10.1",
3030
"@o2s/utils.logger": "^0.9.1",
3131
"compression": "^1.7.5",
3232
"cookie": "^1.0.2",

apps/frontend/next.config.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ const nextConfig: NextConfig = {
2222
protocol: 'https',
2323
hostname: 'avatars.githubusercontent.com',
2424
},
25-
{
26-
protocol: 'https',
27-
hostname: 'www.w3schools.com',
28-
},
29-
{
30-
protocol: 'https',
31-
hostname: 'strapi-oss.dev.hycom.pl',
32-
},
3325
],
3426
},
3527
sassOptions: {

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)