mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 06:52:24 +00:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
|
|
module.exports = {
|
||
|
|
root: true,
|
||
|
|
// TODO: React is not used in the server package
|
||
|
|
extends: ["zitadel"],
|
||
|
|
};
|