12 lines
300 B
TOML
12 lines
300 B
TOML
|
# This file describes a Fastly Compute package. To learn more visit:
|
||
|
# https://www.fastly.com/documentation/reference/compute/fastly-toml
|
||
|
|
||
|
authors = ["FIXME@rocky.page"]
|
||
|
description = "FIXME"
|
||
|
language = "javascript"
|
||
|
manifest_version = 2
|
||
|
name = "FIXME.rocky.page"
|
||
|
|
||
|
[scripts]
|
||
|
build = "npm run build"
|