minecraft_server_manager/panel.config.ts
2025-06-07 21:13:57 +02:00

5 lines
No EOL
93 B
TypeScript

import { reactive } from "vue";
export const settings = reactive({
password_hash: ""
});