still public
This commit is contained in:
parent
83587772c4
commit
7b110c1ee9
1 changed files with 2 additions and 2 deletions
|
|
@ -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/");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue