mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
7 lines
144 B
TypeScript
7 lines
144 B
TypeScript
import start from "./start";
|
|
import dev from "./dev";
|
|
import build from "./build";
|
|
import run from "./run";
|
|
|
|
export { dev, start, build, run };
|