Nouvelle version, ne nécessitant que la saisie d'un pseudo (plus besoin de créer un compte)

This commit is contained in:
2023-11-17 15:30:14 +01:00
parent e844fbf3b0
commit b40e1ac934
138 changed files with 3926 additions and 8660 deletions

4
node_modules/uuid/dist/esm-browser/native.js generated vendored Normal file
View File

@@ -0,0 +1,4 @@
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
export default {
randomUUID
};