Merge pull request #19 from Gimanh/fix/external-auth

fix: external auth and up version
This commit is contained in:
Gimanh
2026-02-22 14:51:55 +01:00
committed by GitHub
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "taskview-ce-api-server",
"version": "1.17.0",
"version": "1.20.2",
"scripts": {
"dev": "bun run --watch ./server.ts",
"start": "NODE_ENV=production node ./dist/taskview-server.js",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "taskview-ce-monorepo",
"version": "1.20.1",
"version": "1.20.2",
"private": true,
"description": "TaskView CE monorepo containing web, API, and packages",
"workspaces": [
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "web-nuxt-ui",
"private": true,
"type": "module",
"version": "1.20.1",
"version": "1.20.2",
"scripts": {
"dev": "vite",
"build": "pnpm run typecheck && vite build",
+1
View File
@@ -30,6 +30,7 @@ const router = createRouter({
{
path: '/',
name: 'login',
alias: '/login',
component: LoginPage,
},
{