🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
15
node_modules/shiki/samples/hcl.sample
generated
vendored
Normal file
15
node_modules/shiki/samples/hcl.sample
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
io_mode = "async"
|
||||
|
||||
service "http" "web_proxy" {
|
||||
listen_addr = "127.0.0.1:8080"
|
||||
|
||||
process "main" {
|
||||
command = ["/usr/local/bin/awesome-app", "server"]
|
||||
}
|
||||
|
||||
process "mgmt" {
|
||||
command = ["/usr/local/bin/awesome-app", "mgmt"]
|
||||
}
|
||||
}
|
||||
|
||||
# From: https://github.com/hashicorp/hcl/blob/main/README.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue