This repository has been archived on 2025-03-25. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
quados-config/config.ts

22 lines
555 B
TypeScript

import pkgs from "./packages"
import { createConfig } from "quados"
export default createConfig({
pkgs: [
pkgs.warehouse.withCommit(
"510449e16535f2b28ef0ae9a53b0df119494e32d36a5572e0db1c44e96d9b08f"
),
pkgs.VSCodium.withConfig({
files: {
"test.ini": {
source: "foo",
},
},
symlinks: {
"test/test.json": {
source: "config/test.json",
},
},
}),
],
})