mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-12 07:03:48 -05:00
9 lines
106 B
TypeScript
9 lines
106 B
TypeScript
export default {
|
|
docker: {
|
|
title: "With Docker",
|
|
},
|
|
binary: {
|
|
title: "As a binary",
|
|
},
|
|
};
|