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-08 21:12:25 -05:00

10 lines
239 B
TypeScript

import { createConfig } from "quados"
import packages from "./packages"
createConfig({
pkgs: [
packages.warehouse.withCommit(
"510449e16535f2b28ef0ae9a53b0df119494e32d36a5572e0db1c44e96d9b08f"
),
],
})