- remove server auth module and client keys page/routes/api to simplify flow - update mcp and scenario tests to match uuid routes and step schema
15 lines
136 B
Plaintext
15 lines
136 B
Plaintext
# runtime
|
|
/data
|
|
.env
|
|
*.log
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# build outputs
|
|
/dist
|
|
server/dist
|
|
client/dist
|
|
*storybook.log
|
|
storybook-static
|