Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoApp committed Oct 30, 2024
1 parent 93eeb78 commit 799d7c4
Show file tree
Hide file tree
Showing 498 changed files with 61 additions and 15,618 deletions.
9 changes: 9 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Anythink Development Container",
"image": "public.ecr.aws/v0a2l7y2/wilco/anythink-devcontainer:latest",
"customizations": {
"vscode": {
"extensions": ["GitHub.copilot", "GitHub.copilot-chat"]
}
}
}
8 changes: 1 addition & 7 deletions .devcontainer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,4 @@ echo "export CODESPACE_WDS_SOCKET_PORT=443" >> ~/.bashrc
echo "printf \"\n\n☁️☁️☁️️ Anythink: Develop in the Cloud ☁️☁️☁️\n\"" >> ~/.bashrc
echo "printf \"\n\x1b[31m \x1b[1m👉 Type: \\\`docker compose up\\\` to run the project. 👈\n\n\"" >> ~/.bashrc

nohup bash -c "cd /wilco-agent && node agent.js &" >> /tmp/agent.log 2>&1

# Check if docker is installed
if command -v docker &> /dev/null
then
docker compose pull
fi
nohup bash -c "cd /wilco-agent && node agent.js &" >> /tmp/agent.log 2>&1
4 changes: 0 additions & 4 deletions .framework/java/.devcontainer/devcontainer.json

This file was deleted.

26 changes: 0 additions & 26 deletions .framework/java/backend/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions .framework/java/backend/Dockerfile.aws

This file was deleted.

21 changes: 0 additions & 21 deletions .framework/java/backend/LICENSE

This file was deleted.

35 changes: 0 additions & 35 deletions .framework/java/backend/README.md

This file was deleted.

79 changes: 0 additions & 79 deletions .framework/java/backend/build.gradle

This file was deleted.

Binary file not shown.

This file was deleted.

185 changes: 0 additions & 185 deletions .framework/java/backend/gradlew

This file was deleted.

Loading

0 comments on commit 799d7c4

Please sign in to comment.