Cory LaViska 2023-06-08 15:12:23 -04:00
rodzic 90e56e2f07
commit b268d7dd8e
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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;