I am trying to run studio locally.
yarn bootstrap
yarn dev
compilation error
from projectDependencymanager.ts - it is failing to import from @/wab/shared/model/classes which I can not find in the codebase
I am trying to find if it has been removed in a previous commit but have not found anything yet
Relevant links:
- My project: Plasmic
[frontend] Failed to compile, check the errors for troubleshooting. [frontend] File: ./src/wab/client/ProjectDependencyManager.ts [frontend] × Failed to resolve @/wab/shared/model/classes in builtin:react-refresh-loader!builtin:swc-loader??ruleSet[1].rules[10].use[0]!/home/daniel/stash/plasmic/platform/wab/src/wab/client/ [frontend] │ ProjectDependencyManager.ts [frontend] [frontend] start Compiling... [frontend] error Compile error: [frontend] Failed to compile, check the errors for troubleshooting. [frontend] File: ./src/wab/client/ProjectDependencyManager.ts [frontend] × Failed to resolve @/wab/shared/model/classes in builtin:react-refresh-loader!builtin:swc-loader??ruleSet[1].rules[10].use[0]!/home/daniel/stash/plasmic/platform/wab/src/wab/client/ [frontend] │ Pro