mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
packages
This commit is contained in:
4
packages/devtools-server/src/cli.ts
Normal file
4
packages/devtools-server/src/cli.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
import { server } from "./index";
|
||||
|
||||
server().catch(() => 0);
|
||||
Reference in New Issue
Block a user