Skip to content

Commit

Permalink
chore: 서비스명-domains 패키지명으로 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
Doeunnkimm committed Jun 29, 2024
1 parent b403a81 commit fdbae3c
Show file tree
Hide file tree
Showing 25 changed files with 7 additions and 9 deletions.
3 changes: 1 addition & 2 deletions apps/web/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { FirstDomainExampleScreen } from '@sambad/domains/first-domain';
import Image from 'next/image';
import { FirstDomainExampleScreen } from '@sambad/web-domains/first-domain';

import styles from './page.module.css';

Expand Down
3 changes: 1 addition & 2 deletions apps/web/app/second/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { SecondDomainExampleScreen } from '@sambad/domains/second-domain';
import Image from 'next/image';
import { SecondDomainExampleScreen } from '@sambad/web-domains/second-domain';

import styles from '../page.module.css';

Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@sambad/domains": "workspace:*",
"@sambad/web-domains": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0",
"next": "14.2.4"
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@sambad/domains",
"name": "@sambad/web-domains",
"version": "0.0.0",
"private": true,
"exports": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit fdbae3c

Please sign in to comment.