fix(front): vite fixes after upgrade (everything is esm)

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2024-02-08 11:06:30 +01:00
parent 1acf931ac5
commit b1ecf4b36f
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
7 changed files with 2 additions and 6 deletions

View File

@ -28,6 +28,7 @@
"mix credo"
]
},
"type": "module",
"dependencies": {
"@apollo/client": "^3.3.16",
"@framasoft/socket": "^1.0.0",

View File

@ -1,4 +1,4 @@
module.exports = {
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},

View File

@ -1,5 +0,0 @@
// vetur.config.js
/** @type {import('vls').VeturConfig} */
module.exports = {
projects: ["./js"],
};