Feat : login sys
Some checks failed
Build and Push Docker Images / docker (push) Failing after 11s

This commit is contained in:
jeanotx32
2026-05-18 22:44:02 -04:00
parent cf0b3f0acf
commit d799ae503c
6808 changed files with 856331 additions and 45 deletions

View File

@@ -0,0 +1,14 @@
{
"permissions": {
"allow": [
"Bash(node /workspaces/nanoid/test/check-versions.js)",
"Bash(echo \"Exit: $?\")",
"Bash(node --version)",
"Bash(node --experimental-strip-types test/check-prebuild.js)",
"Bash(node --experimental-strip-types test/update-prebuild.js)",
"Bash(node test/check-versions.js)",
"Bash(node bin/nanoid.js --version)",
"Bash(node bin/nanoid.js -s 10)"
]
}
}