Initialisation
Added the packages and files for the backend server
This commit is contained in:
4
node_modules/uuid/dist/esm-browser/native.js
generated
vendored
Normal file
4
node_modules/uuid/dist/esm-browser/native.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
|
||||
export default {
|
||||
randomUUID
|
||||
};
|
||||
Reference in New Issue
Block a user