mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
fix: feature name, disable workflow
This commit is contained in:
parent
978ad652a1
commit
a59d2c4648
2 changed files with 1 additions and 2 deletions
1
.github/workflows/javascript.yml
vendored
1
.github/workflows/javascript.yml
vendored
|
@ -4,7 +4,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- stable
|
||||
- config
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
/// http{tls?'s':''}://{host}:{port}
|
||||
#[derive(Clone, Debug)]
|
||||
#[cfg_attr(feature = "js", napi_derive::napi(object))]
|
||||
#[cfg_attr(feature = "python", pyo3::pyclass(get_all, set_all))]
|
||||
#[cfg_attr(feature = "py", pyo3::pyclass(get_all, set_all))]
|
||||
#[cfg_attr(feature = "serialize", derive(serde::Serialize, serde::Deserialize))]
|
||||
pub struct Config {
|
||||
/// user identifier used to register, possibly your email
|
||||
|
|
Loading…
Reference in a new issue