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
2024-03-12 14:22:10 -04:00

16 lines
413 B
TypeScript

import pkgs from "./packages"
import { createConfig } from "quados"
export default createConfig({
pkgs: [
pkgs.warehouse.withCommit(
"510449e16535f2b28ef0ae9a53b0df119494e32d36a5572e0db1c44e96d9b08f"
),
pkgs.vscodium.withConfig({
"file.json": {
some: "value",
}.toString(),
"otherFile.ini": "foo",
}),
],
})