jobs-jobs-jobs/vetur.config.js
Daniel J. Summers ce96973c51
Environment swap (#21)
Moved the server-side to an F# API with RethinkDB; the client is now a Vue 3 app
2021-08-09 23:23:50 -04:00

14 lines
344 B
JavaScript

// vetur.config.js
/** @type {import('vls').VeturConfig} */
module.exports = {
// override vscode settings
// Notice: It only affects the settings used by Vetur.
settings: {
// "vetur.useWorkspaceDependencies": true,
// "vetur.experimental.templateInterpolationService": true
},
projects: [
'./src/JobsJobsJobs/App'
]
}