initial commit
This commit is contained in:
commit
6761bad26e
18 changed files with 282 additions and 0 deletions
7
parts/rc.ts
Normal file
7
parts/rc.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { Setup, SetupResult } from "../lib/setup.ts"
|
||||
|
||||
export class RcSetup extends Setup {
|
||||
async install(): Promise<SetupResult> {
|
||||
return "Ok";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue