feat: add AutoComplete component
This commit is contained in:
@@ -3,5 +3,5 @@ const spawn = require("cross-spawn");
|
||||
require("./link-assets")();
|
||||
|
||||
// Spawn NPM synchronously
|
||||
const result = spawn.sync('parcel', 'public/index.parcel.html --log-level 4 --out-file index.html --global $'.split(" "), { stdio: 'inherit' });
|
||||
const result = spawn.sync('parcel', 'public/index.parcel.html --out-file index.html --global $'.split(" "), { stdio: 'inherit' });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user