Closed blaine-arcjet closed 1 week ago
In the getting started guides, if you use the language switcher to view JS code, section 4 will be incorrect because it doesn't account for the different language (such as bun run --hot index.ts instead of bun run --hot index.js).
bun run --hot index.ts
bun run --hot index.js
In the getting started guides, if you use the language switcher to view JS code, section 4 will be incorrect because it doesn't account for the different language (such as
bun run --hot index.ts
instead ofbun run --hot index.js
).