First commit

This commit is contained in:
kyy
2026-01-15 14:12:41 +09:00
commit b28238cfd3
15 changed files with 1949 additions and 0 deletions

5
sso-demo/.dockerignore Normal file
View File

@@ -0,0 +1,5 @@
# Ignore dependencies, as they will be installed inside the container
node_modules
# Ignore npm debug logs
npm-debug.log*