Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
use rust_embed::RustEmbed;
|
||||
|
||||
#[derive(Clone, Copy, RustEmbed)]
|
||||
#[folder = "js/build"]
|
||||
pub struct CommandSignaturesJs;
|
||||
|
||||
pub static COMMAND_SIGNATURES_JS: CommandSignaturesJs = CommandSignaturesJs;
|
||||
Reference in New Issue
Block a user