Commit 52da239d authored by Chunchi Che's avatar Chunchi Che

add neos-rs as submodule

parent 4f120d4d
Pipeline #18003 passed with stages
in 1 minute and 48 seconds
[submodule "neos-protobuf"] [submodule "neos-protobuf"]
path = neos-protobuf path = neos-protobuf
url = git@git.mycard.moe:mycard/neos-protobuf.git url = git@git.mycard.moe:mycard/neos-protobuf.git
[submodule "neos-rs"]
path = neos-rs
url = git@github.com:DarkNeos/neos-rs.git
Subproject commit a6056d3d2b74f6ebecc64c7c99489e7f13df35c9
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
"web-vitals": "^2.1.4" "web-vitals": "^2.1.4"
}, },
"scripts": { "scripts": {
"dev": "vite", "dev": "(cd neos-rs && cargo run) & vite",
"build": "tsc && vite build", "build": "tsc && vite build",
"preview": "vite preview", "preview": "vite preview",
"lint": "eslint --ext .ts --ext .tsx src", "lint": "eslint --ext .ts --ext .tsx src",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment