mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-15 16:59:03 +00:00
update
This commit is contained in:
11
node_modules/browser-sync-ui/lib/transforms.js
generated
vendored
Normal file
11
node_modules/browser-sync-ui/lib/transforms.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
"mode": function (obj) {
|
||||
if (obj.get("server")) {
|
||||
return "Server";
|
||||
}
|
||||
if (obj.get("proxy")) {
|
||||
return "Proxy";
|
||||
}
|
||||
return "Snippet";
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user