How to make `wrangler dev` run in background?

I wanna to create a wasm demo for internal usage:
https://developers.cloudflare.com/workers/platform/webassembly/javascript/

I can run by
wrangler dev
in terminal, but need to keep the terminal. Is there any way to make it run in ubuntu's background?
Wasm can be used from within a Worker written in JavaScript or TypeScript by importing a Wasm module, and instantiating an instance of this module
Was this page helpful?