Rename server->core (#638)

This commit is contained in:
Tommaso Sciortino
2025-05-30 18:25:47 -07:00
committed by GitHub
parent c81148a0cc
commit 21fba832d1
112 changed files with 150 additions and 129 deletions

View File

@@ -4,10 +4,10 @@
mkdir -p bundle
# Copy specific shell files to the root of the bundle directory
cp "packages/server/src/tools/shell.md" "bundle/shell.md"
cp "packages/server/src/tools/shell.json" "bundle/shell.json"
cp "packages/core/src/tools/shell.md" "bundle/shell.md"
cp "packages/core/src/tools/shell.json" "bundle/shell.json"
# Find and copy all .sb files from packages to the root of the bundle directory
find packages -name '*.sb' -exec cp -f {} bundle/ \;
echo "Assets copied to bundle/"
echo "Assets copied to bundle/"