mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 16:03:25 +00:00
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
|
// vetur.config.js
|
||
|
/** @type {import('vls').VeturConfig} */
|
||
|
module.exports = {
|
||
|
projects: ["./js"],
|
||
|
};
|