svelte/test/js/samples/custom-svelte-path/_config.js

6 lines
62 B

export default {
options: {
sveltePath: 'a/b/svelte'
}
};