Skip to content

Commit

Permalink
Add Amphitheatre support, Close #10
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Dec 19, 2023
1 parent f9165f1 commit 720a965
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .amp.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name = "playground"
version = "0.0.1"
description = "Embedded Code runner in web pages, supports multiple programming languages."
documentation = "https://github.com/amphitheatre-app/playground"
repository = "https://github.com/amphitheatre-app/playground"
license = "Apache-2.0"
license-file = "LICENSE"
keywords = ["javascript", "editor", "playground", "typescript", "embedded", "frontend", "webapp", "code-runner"]
categories = ["editor", "ide", "develop-tools"]

[build]
dockerfile = "Dockerfile"

[deploy.env]
API_ENDPOINT = "http://playground-api:8080"

[partners]
playground-api = { repo = "https://github.com/amphitheatre-app/playground-api" }

0 comments on commit 720a965

Please sign in to comment.