mirror of
https://github.com/jakejarvis/netlify-plugin-cache.git
synced 2025-04-26 02:55:22 -04:00
13 lines
293 B
TOML
13 lines
293 B
TOML
# only used in this example to build from parent directory
|
|
[[plugins]]
|
|
package = "@netlify/plugin-local-install-core"
|
|
|
|
# package would normally equal `netlify-plugin-cache`
|
|
[[plugins]]
|
|
package = "../"
|
|
[plugins.inputs]
|
|
paths = ["cached"]
|
|
|
|
[[plugins]]
|
|
package = "netlify-plugin-debug-cache"
|