Commit 7172af12 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'neos_rs_sub' into 'main'

add neos-rs as submodule

See merge request mycard/Neos!16
parents 4f120d4d 52da239d
Pipeline #18004 failed with stages
in 1 minute and 19 seconds
[submodule "neos-protobuf"]
path = neos-protobuf
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 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "vite",
"dev": "(cd neos-rs && cargo run) & vite",
"build": "tsc && vite build",
"preview": "vite preview",
"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