add proxy to helper

This commit is contained in:
Ruben Fiszel
2024-07-30 12:33:20 +02:00
parent 92a2d0b444
commit 5dee412ac8
+1
View File
@@ -26,6 +26,7 @@ export async function main(example_input: number = 3) {
`
export const BUNNATIVE_INIT_CODE = `//native
//you can add proxy support using //proxy http(s)://host:port
// native scripts are bun scripts that are executed on native workers and can be parallelized
// only fetch is allowed, but imports will work as long as they also use only fetch and the standard lib