rebrand better-clawd and ship initial npm-ready release
This commit is contained in:
5
src/environment-runner/main.ts
Normal file
5
src/environment-runner/main.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { unsupportedEntrypoint } from '../utils/unsupportedEntrypoint.js'
|
||||
|
||||
export async function environmentRunnerMain(): Promise<never> {
|
||||
return unsupportedEntrypoint('better-clawd environment-runner')
|
||||
}
|
||||
Reference in New Issue
Block a user