mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-21 23:44:30 +00:00
16fd2d0a2c
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
// vetur.config.js
|
|
/** @type {import('vls').VeturConfig} */
|
|
module.exports = {
|
|
projects: ["./js"],
|
|
};
|