Make it work with src
This commit is contained in:
parent
c87aca72ad
commit
f3340db57e
3 changed files with 6 additions and 2 deletions
|
@ -21,7 +21,8 @@
|
|||
"export:accounts": "turbo run export --filter=accounts",
|
||||
"lint": "turbo run lint",
|
||||
"albums": "turbo run albums",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky install",
|
||||
"photos:dev": "TURBO_NO_UPDATE_NOTIFIER=true turbo run dev --filter=photos"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "11.10.6",
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"name": "@ente-io/utils",
|
||||
"version": "0.0.0",
|
||||
"private": true
|
||||
"private": true,
|
||||
"exports": {
|
||||
"hello": "./src/hello"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue