This commit is contained in:
Cory LaViska
2023-06-08 15:12:23 -04:00
parent 90e56e2f07
commit b268d7dd8e

View File

@@ -190,6 +190,7 @@ if (copydir) {
});
}
// Launch the dev server
if (serve) {
let result;
@@ -266,7 +267,7 @@ if (serve) {
});
}
// Prod build
// Build for production
if (!serve) {
let result;