Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed Jan 26, 2024
1 parent 63e0849 commit 22d33bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions lib/domain/models/Aggregate.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Entity } from './Entity'
import { Identity } from './Identity'
import { Entity, Identity } from '@akd-studios/framework/domain'


/**
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"noUnusedParameters": true,
"experimentalDecorators": true,
"paths": {
"@akd-studios/framework/*": [
"./lib/*"
],
"@lib/*": [
"./lib/*"
],
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
extensions: ['.ts', '.tsx', '.js'],
alias: {
'@lib': path.resolve(__dirname, './lib'),
'@akd-studios/framework': path.resolve(__dirname, './lib'),
}
},
module: {
Expand Down

0 comments on commit 22d33bb

Please sign in to comment.