mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
Compare commits
1 Commits
c434d0843f
...
feature/bu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89ce8ce1ad |
@@ -18,6 +18,10 @@ try {
|
||||
// do nothing
|
||||
}
|
||||
|
||||
loconfig.data = (loconfig.data ?? {});
|
||||
loconfig.paths = (loconfig.paths ?? {});
|
||||
loconfig.tasks = (loconfig.tasks ?? {});
|
||||
|
||||
export default loconfig;
|
||||
|
||||
export {
|
||||
|
||||
@@ -9,7 +9,8 @@ import {
|
||||
} from '../utils/index.js';
|
||||
|
||||
const templateData = flatten({
|
||||
paths: loconfig.paths
|
||||
...loconfig.data,
|
||||
paths: loconfig.paths,
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user