feat(ambient-mode): add config for ambient-mode plugin (#1349)

This commit is contained in:
Su-Yong
2023-10-25 15:37:51 +09:00
committed by GitHub
parent dc73561c8a
commit 0b413492ad
7 changed files with 170 additions and 16 deletions

View File

@ -0,0 +1,4 @@
import { PluginConfig } from '../../config/dynamic';
const config = new PluginConfig('ambient-mode');
export default config;