Use temp dir for dev server build dir.
This commit is contained in:
Родитель
a8d49548d7
Коммит
f9d7173177
|
@ -1,3 +1,4 @@
|
|||
/.parcel-cache
|
||||
/.temp
|
||||
/dist
|
||||
/node_modules
|
||||
|
|
|
@ -2,4 +2,5 @@ import { barelyServe } from "barely-a-dev-server";
|
|||
|
||||
barelyServe({
|
||||
entryRoot: "src/dev",
|
||||
outDir: "./.temp/dev",
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче