Skip to content

Commit

Permalink
feat: new monorepo setup
Browse files Browse the repository at this point in the history
BREAKING CHANGE: monorepo!!!
  • Loading branch information
joonaathaan committed Oct 18, 2024
1 parent 06b59a1 commit e43021d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ const test1 = require('@lasfoiawbp/test1');
const test = test1.test + 5;
module.exports = { test };

console.log(test)
console.log(test);

0 comments on commit e43021d

Please sign in to comment.