mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
feat(client): test mount from form
This commit is contained in:
@@ -12,7 +12,7 @@ export const nfsConfigSchema = type({
|
||||
backend: "'nfs'",
|
||||
server: "string",
|
||||
exportPath: "string",
|
||||
port: "number >= 1",
|
||||
port: type("string.integer.parse").or(type("number")).to("1 <= number <= 65536").default("2049"),
|
||||
version: "'3' | '4' | '4.1'",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user