mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Migrating to jsr on engine.js
This commit is contained in:
parent
82e95ebc45
commit
4482094b98
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
import { join } from "https://deno.land/std@0.224.0/path/mod.ts";
|
||||
import { emptyDir } from "https://deno.land/std@0.224.0/fs/empty_dir.ts";
|
||||
import { join } from "jsr:@std/path@0.224.0/path/mod.ts";
|
||||
import { emptyDir } from "jsr:@std/path@0.224.0/fs/empty_dir.ts";
|
||||
import { parse, stringify } from "npm:yaml";
|
||||
import { exists } from "https://deno.land/std@0.224.0/fs/exists.ts";
|
||||
import { copy } from "https://deno.land/std@0.224.0/fs/copy.ts";
|
||||
import { exists } from "jsr:@std/path@0.224.0/fs/exists.ts";
|
||||
import { copy } from "jsr:@std/path@0.224.0/fs/copy.ts";
|
||||
|
||||
const SRC_DIR = "./src";
|
||||
const DEST_DIR = "./dist";
|
||||
|
|
Loading…
Reference in a new issue