Add base model layout from V2 for frontend
This commit is contained in:
parent
634b80ed42
commit
53207abcb3
8 changed files with 51 additions and 0 deletions
|
@ -60,6 +60,7 @@ module.exports = {
|
|||
extensions: ['.ts', '.tsx', '.js', '.json'],
|
||||
alias: {
|
||||
'@': path.join(__dirname, '/resources/scripts'),
|
||||
'@definitions': path.join(__dirname, '/resources/scripts/api/definitions'),
|
||||
'@feature': path.join(__dirname, '/resources/scripts/components/server/features'),
|
||||
},
|
||||
symlinks: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue