spencer@m1 ~/D/D/blog (main)> deno task start
Task start deno run -A --watch=static/,routes/ dev.ts
Watcher Process started.
The manifest has been generated for 5 routes and 0 islands.
error: Uncaught (in promise) TypeError: Import assertions are deprecated. Use `with` keyword, instead of 'assert' keyword.
import emojis from "./all.json" assert { type: "json" };
at https://deno.land/x/emoji@0.3.0/emoji.ts:2:1
const manifest = (await import(toFileUrl(join(dir, "fresh.gen.ts")).href))
^
at async dev (https://deno.land/x/fresh@1.7.3/src/dev/dev_command.ts:38:21)
at async file:///Users/spencer/Developer/Deno/blog/dev.ts:7:1
Watcher Process failed. Restarting on file change...
^C⏎
spencer@m1 ~/D/D/blog (main)> deno task start
Task start deno run -A --watch=static/,routes/ dev.ts
Watcher Process started.
The manifest has been generated for 5 routes and 0 islands.
error: Uncaught (in promise) TypeError: Import assertions are deprecated. Use `with` keyword, instead of 'assert' keyword.
import emojis from "./all.json" assert { type: "json" };
at https://deno.land/x/emoji@0.3.0/emoji.ts:2:1
const manifest = (await import(toFileUrl(join(dir, "fresh.gen.ts")).href))
^
at async dev (https://deno.land/x/fresh@1.7.3/src/dev/dev_command.ts:38:21)
at async file:///Users/spencer/Developer/Deno/blog/dev.ts:7:1
Watcher Process failed. Restarting on file change...
^C⏎