checkpoint 4

This commit is contained in:
Sofía Aritz 2024-06-15 10:15:22 +02:00
parent 5ca038c736
commit b60052c090
Signed by: sofia
GPG key ID: 90B5116E3542B28F
3 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2

4
identity-web/.gitattributes vendored Normal file
View file

@ -0,0 +1,4 @@
/.yarn/** linguist-vendored
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
/.pnp.* binary linguist-generated

View file

@ -2,6 +2,7 @@
"name": "identity-web",
"version": "0.0.1",
"private": true,
"packageManager": "yarn@4.3.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",