Fix plug:compile flags

This commit is contained in:
Zef Hemel
2022-11-01 15:00:37 +01:00
parent 5d9329a531
commit 01ea4c9f15
2 changed files with 9 additions and 6 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
import { bundleRun } from "../plugos/bin/plugos-bundle.ts";
import { esbuild } from "../plugos/compile.ts";
export async function plugBundleCommand(
export async function plugCompileCommand(
{ watch, dist, debug, info, importmap }: {
watch: boolean;
dist: string;
@@ -11,6 +11,7 @@ export async function plugBundleCommand(
},
...manifestPaths: string[]
) {
console.log("All optiosn", arguments);
await bundleRun(
manifestPaths,
dist,