No public description
PiperOrigin-RevId: 561379537
This commit is contained in:
committed by
Copybara-Service
parent
6c2638592e
commit
45b0271ded
@@ -0,0 +1,10 @@
|
||||
module.exports = config => {
|
||||
config.files.push({
|
||||
pattern: 'mediapipe/tasks/**',
|
||||
watched: false,
|
||||
served: true,
|
||||
nocache: false,
|
||||
included: false,
|
||||
});
|
||||
config.pingTimeout = 400000;
|
||||
};
|
||||
Reference in New Issue
Block a user