You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing unify as follows: import { Apideck } from '@apideck/unify';
We get the error "Module is not found" due to index.js being placed in src directory while package.json expects "main": "./index.js" which doesn't exist.
When importing unify as follows:
import { Apideck } from '@apideck/unify';We get the error "Module is not found" due to
index.jsbeing placed insrcdirectory whilepackage.jsonexpects"main": "./index.js"which doesn't exist.