init
This commit is contained in:
14
dollhouse/crates/dollhouse-frontend/Trunk.toml
Executable file
14
dollhouse/crates/dollhouse-frontend/Trunk.toml
Executable file
@@ -0,0 +1,14 @@
|
||||
[build]
|
||||
target = "index.html"
|
||||
dist = "dist"
|
||||
|
||||
[watch]
|
||||
watch = ["src", "index.html", "styles.css"]
|
||||
|
||||
[serve]
|
||||
address = "127.0.0.1"
|
||||
port = 3000
|
||||
|
||||
|
||||
[[proxy]]
|
||||
backend = "http://localhost:5555/api"
|
||||
Reference in New Issue
Block a user