feat: add list and create project

This commit is contained in:
Mauricio Siu
2024-06-05 01:43:19 -06:00
parent 9f033de1b2
commit bec0dfa57f
12 changed files with 249 additions and 16 deletions

4
src/utils/http.ts Normal file
View File

@@ -0,0 +1,4 @@
export const headers = {
"Content-Type": "application/json",
"User-Agent": "Dokploy CLI",
};