mirror of
https://github.com/thilo-behnke/wasm-pong.git
synced 2026-02-14 14:39:51 +00:00
Merge branch 'master' into dev-ops/k8s
This commit is contained in:
1
pong/.gitignore
vendored
1
pong/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
/.idea
|
||||
Cargo.lock
|
||||
|
||||
@@ -4,6 +4,10 @@ set -e
|
||||
|
||||
echo "Environment prepared."
|
||||
|
||||
echo "Hack for copying the main cargo.lock into the workspace members"
|
||||
cp Cargo.toml ./pong/
|
||||
cp Cargo.toml ./server/
|
||||
|
||||
echo "Copy local dependencies into components."
|
||||
cp -r ./pong ./client/wasm/
|
||||
cp -r ./pong ./server/
|
||||
|
||||
@@ -4,6 +4,10 @@ set -e
|
||||
|
||||
echo "Environment prepared."
|
||||
|
||||
echo "Hack for copying the main cargo.lock into the workspace members"
|
||||
cp Cargo.toml ./pong/
|
||||
cp Cargo.toml ./server/
|
||||
|
||||
echo "Copy local dependencies into components."
|
||||
cp -r ./pong ./client/wasm/
|
||||
cp -r ./pong ./server/
|
||||
|
||||
1
server/.gitignore
vendored
1
server/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
pong
|
||||
Cargo.lock
|
||||
|
||||
Reference in New Issue
Block a user