Skip to content

Commit

Permalink
[#13] Init: msw 설정 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ienrum authored Apr 26, 2024
1 parent 752c500 commit 9dc84de
Show file tree
Hide file tree
Showing 11 changed files with 627 additions and 10 deletions.
6 changes: 5 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
experimental: {
instrumentationHook: true,
},
};

export default nextConfig;
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"autoprefixer": "^10.0.1",
"axios": "^1.6.8",
"chromatic": "^11.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.1",
Expand All @@ -49,11 +50,17 @@
"eslint-plugin-unused-imports": "^3.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"msw": "^2.2.14",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"storybook": "^8.0.8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"msw": {
"workerDirectory": [
"public"
]
}
}
}
Loading

0 comments on commit 9dc84de

Please sign in to comment.