mirror of https://github.com/sveltejs/svelte
6 lines
62 B
6 lines
62 B
4 years ago
|
export default {
|
||
|
options: {
|
||
|
sveltePath: 'a/b/svelte'
|
||
|
}
|
||
|
};
|