chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { Sandbox } from './dist'
|
||||
import { configDotenv } from 'dotenv'
|
||||
|
||||
configDotenv()
|
||||
|
||||
const sandbox = await Sandbox.create()
|
||||
|
||||
console.log('Sandbox created:', sandbox.sandboxId)
|
||||
|
||||
await sandbox.kill()
|
||||
console.log('Sandbox killed')
|
||||
Reference in New Issue
Block a user