Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion devcheck.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if (existsSync(srcPath) && !isCI && !isInstalledPackage) {
if (!hasUUIDDev) {
console.error("❌ Development environment not properly configured!");
console.error("πŸ“ Source folder detected but the 'uuid-dev' condition is not set,");
console.error(" so UUID is loading from dist/ instead of src/.");
console.error(" so imports resolve to dist/ by default (or fail if it isn't built) instead of src/.");
console.error("");
console.error("πŸ”§ To load from src/ for development, set the condition:");
console.error(" Windows (cmd):");
Expand Down
Loading