Evan
Evan3mo ago

temporal with fresh?

Is this possible or am I missing something? The example from the blog for deno 1.4 doesn’t work even with the flag
1 Reply
marvinh.
marvinh.3mo ago
Works fine for me. Did you pass the --unstable-temporal flag to the run command or to the script? The correct command should look like this:
deno run --unstable-temporal script.ts
deno run --unstable-temporal script.ts