mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
move server to server directory.
This commit is contained in:
parent
da45f62ca8
commit
5b98344205
@ -4,7 +4,7 @@
|
||||
"name": "Go",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile",
|
||||
"context": "../",
|
||||
"context": "../server/",
|
||||
"args": {
|
||||
// Update the VARIANT arg to pick a version of Go: 1, 1.16, 1.15
|
||||
"VARIANT": "1.20",
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,7 +1,3 @@
|
||||
bin/
|
||||
.idea
|
||||
.env.development
|
||||
|
||||
runtime/fonts/*
|
||||
!runtime/fonts/.gitkeep
|
||||
|
||||
|
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@ -10,11 +10,11 @@
|
||||
"debugAdapter": "dlv-dap",
|
||||
"request": "launch",
|
||||
"mode": "debug",
|
||||
"program": "${workspaceFolder}/cmd/neko",
|
||||
"output": "${workspaceFolder}/bin/debug/neko",
|
||||
"cwd": "${workspaceFolder}/",
|
||||
"program": "${workspaceFolder}/server/cmd/neko",
|
||||
"output": "${workspaceFolder}/server/bin/debug/neko",
|
||||
"cwd": "${workspaceFolder}/server/",
|
||||
"args": ["serve", "-d", "-c", "dev/runtime/config.yml"],
|
||||
"envFile": "${workspaceFolder}/.env.development"
|
||||
"envFile": "${workspaceFolder}/server/.env.development"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
2
LICENSE
2
LICENSE
@ -186,7 +186,7 @@
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright 2020 Nurdism <nurdism.io@gmail.com>, 2020-2022 m1k1o & Demodesk GmbH
|
||||
Copyright 2020 Nurdism <nurdism.io@gmail.com>, 2020- https://github.com/m1k1o
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
12
server/.gitignore
vendored
Normal file
12
server/.gitignore
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
bin/
|
||||
.idea
|
||||
.env.development
|
||||
|
||||
runtime/fonts/*
|
||||
!runtime/fonts/.gitkeep
|
||||
|
||||
runtime/icon-theme/*
|
||||
!runtime/icon-theme/.gitkeep
|
||||
|
||||
plugins/*
|
||||
!plugins/.gitkeep
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user