Add:api-login
This commit is contained in:
parent
a6cddc6318
commit
c411f2a8a4
20 changed files with 434 additions and 185 deletions
|
|
@ -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
|
|
@ -1 +1 @@
|
|||
{"id":"dev","timestamp":1768363426076}
|
||||
{"id":"dev","timestamp":1768378394619}
|
||||
|
|
@ -1 +1 @@
|
|||
{"id":"dev","timestamp":1768363426076,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
|
||||
{"id":"dev","timestamp":1768378394619,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
2
Frontend-Learner/.nuxt/nuxt.d.ts
vendored
2
Frontend-Learner/.nuxt/nuxt.d.ts
vendored
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
2
Frontend-Learner/.nuxt/types/schema.d.ts
vendored
2
Frontend-Learner/.nuxt/types/schema.d.ts
vendored
|
|
@ -112,7 +112,7 @@ declare module 'nuxt/schema' {
|
|||
},
|
||||
}
|
||||
interface PublicRuntimeConfig {
|
||||
|
||||
apiBase: string,
|
||||
}
|
||||
}
|
||||
declare module 'vue' {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue