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