-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
CRA は src/ 外からの import を禁じており、server/api/$api.ts からの import が発生する frourio とは相性が悪い
Module not found: Error: You attempted to import ../server/api/$api which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
Vite でシンプルに済ませるのがよい…?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation