Add:api-login

This commit is contained in:
supalerk-ar66 2026-01-14 15:15:31 +07:00
parent a6cddc6318
commit c411f2a8a4
20 changed files with 434 additions and 185 deletions

View file

@ -648,7 +648,9 @@ const _inlineRuntimeConfig = {
}
}
},
"public": {}
"public": {
"apiBase": "http://192.168.1.137:4000/api"
}
};
const envOptions = {
prefix: "NITRO_",

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
{"id":"dev","timestamp":1768363426076}
{"id":"dev","timestamp":1768378394619}

View file

@ -1 +1 @@
{"id":"dev","timestamp":1768363426076,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
{"id":"dev","timestamp":1768378394619,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}

View file

@ -1,5 +1,5 @@
{
"date": "2026-01-14T04:03:52.160Z",
"date": "2026-01-14T08:13:20.972Z",
"preset": "nitro-dev",
"framework": {
"name": "nuxt",
@ -9,9 +9,9 @@
"nitro": "2.12.8"
},
"dev": {
"pid": 23376,
"pid": 17488,
"workerAddress": {
"socketPath": "\\\\.\\pipe\\nitro-worker-23376-1-1-2860.sock"
"socketPath": "\\\\.\\pipe\\nitro-worker-17488-1-1-6654.sock"
}
}
}

View file

@ -1,8 +1,8 @@
/// <reference types="quasar" />
/// <reference types="nuxt-quasar-ui" />
/// <reference types="@nuxtjs/tailwindcss" />
/// <reference types="@nuxt/telemetry" />
/// <reference types="@nuxt/devtools" />
/// <reference types="@nuxt/telemetry" />
/// <reference path="types/builder-env.d.ts" />
/// <reference types="nuxt" />
/// <reference path="types/app-defaults.d.ts" />

View file

@ -1,4 +1,4 @@
// generated by the @nuxtjs/tailwindcss <https://github.com/nuxt-modules/tailwindcss> module at 14/1/2569 11:33:56
// generated by the @nuxtjs/tailwindcss <https://github.com/nuxt-modules/tailwindcss> module at 14/1/2569 15:13:15
import "@nuxtjs/tailwindcss/config-ctx"
import configMerger from "@nuxtjs/tailwindcss/merger";

View file

@ -112,7 +112,7 @@ declare module 'nuxt/schema' {
},
}
interface PublicRuntimeConfig {
apiBase: string,
}
}
declare module 'vue' {