feat:移除了弹窗,服务器添加sls
This commit is contained in:
11
packages/daedalus/package.json
Normal file
11
packages/daedalus/package.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "@modrinth/daedalus",
|
||||
"scripts": {
|
||||
"build": "cargo build --release",
|
||||
"lint": "cargo fmt --check && cargo clippy --all-targets",
|
||||
"lint:ancillary": "prettier --check .",
|
||||
"fix": "cargo clippy --all-targets --fix --allow-dirty && cargo fmt",
|
||||
"fix:ancillary": "prettier --write .",
|
||||
"test": "cargo nextest run --all-targets --no-fail-fast"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user