16 lines
274 B
TOML
16 lines
274 B
TOML
[creator]
|
|
# the type of creator, either user or group
|
|
type = "group"
|
|
# Your UserId/GroupId here
|
|
id = 35677829
|
|
|
|
[codegen]
|
|
output_name = "assets"
|
|
strip_extension = true
|
|
style = "nested"
|
|
typescript = true
|
|
|
|
[inputs.assets]
|
|
output_path = "src/shared/assets"
|
|
path = "assets/**/*"
|