mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-02-08 17:54:44 +00:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
// vetur.config.js
|
|
/** @type {import('vls').VeturConfig} */
|
|
module.exports = {
|
|
projects: ["./js"],
|
|
};
|