mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
🎉 Copy all the melon code over
This commit is contained in:
parent
f32d867abc
commit
5777e350af
38 changed files with 2727 additions and 0 deletions
18
src/commands/index.ts
Normal file
18
src/commands/index.ts
Normal file
|
@ -0,0 +1,18 @@
|
|||
export * from "./bootstrap";
|
||||
export * from "./build";
|
||||
export * from "./discard";
|
||||
export * from "./download";
|
||||
export * from "./download-artifacts";
|
||||
export * from "./execute";
|
||||
export * from "./export-file";
|
||||
export * from "./export-patches";
|
||||
export * from "./fix-le";
|
||||
export * from "./import-patches";
|
||||
export * from "./init";
|
||||
export * from "./license-check";
|
||||
export * from "./package";
|
||||
export * from "./reset";
|
||||
export * from "./run";
|
||||
export * from "./set-branch";
|
||||
export * from "./status";
|
||||
export * from "./test";
|
Loading…
Add table
Add a link
Reference in a new issue