Update index.ts

This commit is contained in:
Filip Cumpalovic 2024-02-28 14:08:12 +01:00 committed by GitHub
parent 89b5df7ca1
commit e4529f681e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,6 +56,7 @@ export { default as Nodejs } from "./nodejs";
export { default as Wordpress } from "./wordpress"; export { default as Wordpress } from "./wordpress";
export { default as Memcached } from "./memcached"; export { default as Memcached } from "./memcached";
export { default as Elastic } from "./elastic"; export { default as Elastic } from "./elastic";
export { default as Phpv } from "./phpv";