Skip to content

Commit 2687e87

Browse files
authored
fix: include next.config.js (#1172)
Co-authored-by: Ashish Padhy <ashishpadhy1729@gmail.com>
1 parent 246b4bd commit 2687e87

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.changeset/neat-nails-shop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@asyncapi/studio": patch
3+
---
4+
5+
Include next.config.js in the released file for easier usage.

apps/design-system/.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import remarkGfm from 'remark-gfm';
2-
import { StorybookConfig } from '@storybook/react-webpack5';
2+
import type { StorybookConfig } from '@storybook/react-webpack5';
33
const config: StorybookConfig = {
44
stories: ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
55
addons: [

apps/studio/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"/build",
2020
"/public",
2121
"./README.md",
22-
"./LICENSE"
22+
"./LICENSE",
23+
"./next.config.js"
2324
],
2425
"scripts": {
2526
"dev": "next dev",

0 commit comments

Comments
 (0)