Version 2.1.0 - Passage sur Lavalink V4 et Moonlink.js
Some checks failed
Subsonics - Web/pipeline/head There was a failure building this commit
Subsonics - Web/pipeline/pr-main This commit looks good

This commit is contained in:
2024-04-16 16:05:21 +02:00
parent 960cbeabc3
commit 2241136729
43 changed files with 3298 additions and 91 deletions

11
.gitignore vendored
View File

@ -42,9 +42,12 @@ build/Release
# Dependency directories
node_modules/
!node_modules/moonlink.js/
!node_modules/moonlink.js/dist/
# Ignorer tous les dossiers dans node_modules
node_modules/*
# Ne pas ignorer node_modules/moonlink.js et ses sous-dossiers
!node_modules/moonlink.js
!node_modules/moonlink.js/**
jspm_packages/
@ -96,7 +99,7 @@ out
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
.cache/