nav tabs on admin dashboard
This commit is contained in:
2
node_modules/laravel-mix/src/Paths.js
generated
vendored
2
node_modules/laravel-mix/src/Paths.js
generated
vendored
@@ -8,7 +8,7 @@ class Paths {
|
||||
if (argv['$0'].includes('ava')) {
|
||||
this.rootPath = path.resolve(__dirname, '../');
|
||||
} else {
|
||||
this.rootPath = path.resolve(__dirname, '../../../');
|
||||
this.rootPath = process.cwd();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user