feat: Content scripts reloading (#25)

This commit is contained in:
Aaron
2023-07-10 17:47:52 -05:00
committed by GitHub
parent b7c078f4e4
commit 249aa5eccc
16 changed files with 707 additions and 290 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export const dev = defineCommand<
};
const server = await wxt.createServer(cliConfig);
await server.listen(server.port);
await server.start();
return true;
});