Add API tokens support #9

Merged
pierre merged 40 commits from api into master 2024-04-23 17:04:45 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 23fc10bb60 - Show all commits

View File

@ -5,7 +5,7 @@ name: default
steps:
- name: web_build
image: node:20
image: node:21
volumes:
- name: web_app
path: /tmp/web_build

View File

@ -31,7 +31,7 @@
"react-router-dom": "^6.15.0",
"react-syntax-highlighter": "^15.5.0",
"react-vnc": "^1.0.0",
"typescript": "^4.1.6",
"typescript": "^5.0.0",
"uuid": "^9.0.1",
"vite": "^5.0.8",
"vite-tsconfig-paths": "^4.2.2",