moved test json files to folders
This commit is contained in:
parent
71a7b0de11
commit
4d9c958fc9
6 changed files with 0 additions and 0 deletions
13
testdata/server_only/plugin.json
vendored
Normal file
13
testdata/server_only/plugin.json
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"id": "com.example.serveronly",
|
||||
"name": "Server Only Plugin",
|
||||
"description": "A plugin with only server-side code",
|
||||
"version": "1.5.0",
|
||||
"min_server_version": "8.0.0",
|
||||
"server": {
|
||||
"executables": {
|
||||
"linux-amd64": "server/dist/plugin-linux-amd64",
|
||||
"darwin-amd64": "server/dist/plugin-darwin-amd64"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue