fix: move lamassu app to separate folder
This commit is contained in:
parent
ce3c4167a4
commit
c3f8f98c26
2 changed files with 6 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ import * as serviceWorker from './serviceWorker'
|
|||
|
||||
function importBuildTarget() {
|
||||
if (process.env.REACT_APP_BUILD_TARGET === 'LAMASSU') {
|
||||
return import('./App')
|
||||
return import('./lamassu/App')
|
||||
} else if (process.env.REACT_APP_BUILD_TARGET === 'PAZUZ') {
|
||||
return import('./pazuz/App')
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue