mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore(version): bump version
This commit is contained in:
parent
65c1001751
commit
bbfe095045
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dokploy",
|
"name": "dokploy",
|
||||||
"version": "v0.9.0",
|
"version": "v0.9.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
import type { IncomingMessage } from "node:http";
|
import type { IncomingMessage } from "node:http";
|
||||||
import { TimeSpan } from "lucia";
|
import { TimeSpan } from "lucia";
|
||||||
import { Lucia } from "lucia/dist/core.js";
|
import { Lucia } from "lucia/dist/core.js";
|
||||||
import { type ReturnValidateToken, adapter } from "./auth";
|
|
||||||
import { findAdminByAuthId } from "../api/services/admin";
|
import { findAdminByAuthId } from "../api/services/admin";
|
||||||
import { findUserByAuthId } from "../api/services/user";
|
import { findUserByAuthId } from "../api/services/user";
|
||||||
|
import { type ReturnValidateToken, adapter } from "./auth";
|
||||||
|
|
||||||
export const luciaToken = new Lucia(adapter, {
|
export const luciaToken = new Lucia(adapter, {
|
||||||
sessionCookie: {
|
sessionCookie: {
|
||||||
|
Loading…
Reference in New Issue
Block a user