feat(arch-scan): add @public JSDoc tag exemption mechanism for Server Actions
This commit is contained in:
@@ -27,6 +27,7 @@ const DDL_STATEMENTS = [
|
||||
is_exported INTEGER DEFAULT 0,
|
||||
is_async INTEGER DEFAULT 0,
|
||||
is_server_action INTEGER DEFAULT 0,
|
||||
is_public INTEGER DEFAULT 0,
|
||||
signature TEXT,
|
||||
start_line INTEGER,
|
||||
end_line INTEGER,
|
||||
|
||||
Reference in New Issue
Block a user