wm-fontis-tibi-2023/api/hooks/clear_cache.js
robin fd5af432db
All checks were successful
deploy to production / deploy (push) Successful in 42s
coloring
2023-12-07 20:24:09 +00:00

6 lines
83 B
JavaScript

var utils = require("./lib/utils")
;(function () {
utils.clearSSRCache()
})()