still public

This commit is contained in:
David Reed 2022-09-15 18:39:54 -04:00
parent 83587772c4
commit 7b110c1ee9

View file

@ -1,5 +1,5 @@
/** /**
* Copies src & ultraviolet into the dist directory. * Copies public & ultraviolet into the dist directory.
*/ */
import fs from "fs-extra"; import fs from "fs-extra";
@ -12,4 +12,4 @@ try {
} }
await fs.copy(uvPath, "dist/uv/"); await fs.copy(uvPath, "dist/uv/");
await fs.copy("src", "dist/"); await fs.copy("public", "dist/");