platform/plugins/ai-bot-resources/svelte.config.js
Kristina 8d9cebdd67
Add translate message action (#6609)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2024-09-19 22:35:18 +07:00

5 lines
111 B
JavaScript

const sveltePreprocess = require('svelte-preprocess')
module.exports = {
preprocess: sveltePreprocess()
};