File size: 153 Bytes
1e92f2d |
1 2 3 4 5 6 |
import path from 'path';
export default function getAssetFilePath( filePath ) {
return path.join( __dirname, '..', '..', '..', 'public', filePath );
}
|
1e92f2d |
1 2 3 4 5 6 |
import path from 'path';
export default function getAssetFilePath( filePath ) {
return path.join( __dirname, '..', '..', '..', 'public', filePath );
}
|