Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bio/valentina #15

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
76 changes: 38 additions & 38 deletions .nuxt/dev/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@ import { tmpdir } from 'node:os';
import { join } from 'node:path';
import { mkdirSync } from 'node:fs';
import { parentPort, threadId } from 'node:worker_threads';
import { defineEventHandler, handleCacheHeaders, splitCookiesString, isEvent, createEvent, fetchWithEvent, getRequestHeader, eventHandler, setHeaders, sendRedirect, proxyRequest, createError, setResponseHeader, send, getResponseStatus, setResponseStatus, setResponseHeaders, getRequestHeaders, createApp, createRouter as createRouter$1, toNodeListener, lazyEventHandler, getRouterParam, getQuery as getQuery$1, readBody, getResponseStatusText } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/h3/dist/index.mjs';
import { getRequestDependencies, getPreloadLinks, getPrefetchLinks, createRenderer } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/vue-bundle-renderer/dist/runtime.mjs';
import { stringify, uneval } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/devalue/index.js';
import destr from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/destr/dist/index.mjs';
import { parseURL, withoutBase, joinURL, getQuery, withQuery, withTrailingSlash, joinRelativeURL } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/ufo/dist/index.mjs';
import { renderToString } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/vue/server-renderer/index.mjs';
import { hash } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/ohash/dist/index.mjs';
import { renderSSRHead } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/@unhead/ssr/dist/index.mjs';
import { createFetch as createFetch$1, Headers as Headers$1 } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/ofetch/dist/node.mjs';
import { createCall, createFetch } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/unenv/runtime/fetch/index.mjs';
import { createHooks } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/hookable/dist/index.mjs';
import { klona } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/klona/dist/index.mjs';
import { snakeCase } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/scule/dist/index.mjs';
import defu, { defuFn } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/defu/dist/defu.mjs';
import { createStorage, prefixStorage } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/unstorage/dist/index.mjs';
import unstorage_47drivers_47fs from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/unstorage/drivers/fs.mjs';
import { toRouteMatcher, createRouter } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/radix3/dist/index.mjs';
import { defineEventHandler, handleCacheHeaders, splitCookiesString, isEvent, createEvent, fetchWithEvent, getRequestHeader, eventHandler, setHeaders, sendRedirect, proxyRequest, createError, setResponseHeader, send, getResponseStatus, setResponseStatus, setResponseHeaders, getRequestHeaders, createApp, createRouter as createRouter$1, toNodeListener, lazyEventHandler, getRouterParam, getQuery as getQuery$1, readBody, getResponseStatusText } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/h3/dist/index.mjs';
import { getRequestDependencies, getPreloadLinks, getPrefetchLinks, createRenderer } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/vue-bundle-renderer/dist/runtime.mjs';
import { stringify, uneval } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/devalue/index.js';
import destr from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/destr/dist/index.mjs';
import { parseURL, withoutBase, joinURL, getQuery, withQuery, withTrailingSlash, joinRelativeURL } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/ufo/dist/index.mjs';
import { renderToString } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/vue/server-renderer/index.mjs';
import { hash } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/ohash/dist/index.mjs';
import { renderSSRHead } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/@unhead/ssr/dist/index.mjs';
import { createFetch as createFetch$1, Headers as Headers$1 } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/ofetch/dist/node.mjs';
import { createCall, createFetch } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/unenv/runtime/fetch/index.mjs';
import { createHooks } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/hookable/dist/index.mjs';
import { klona } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/klona/dist/index.mjs';
import { snakeCase } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/scule/dist/index.mjs';
import defu, { defuFn } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/defu/dist/defu.mjs';
import { createStorage, prefixStorage } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/unstorage/dist/index.mjs';
import unstorage_47drivers_47fs from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/unstorage/drivers/fs.mjs';
import { toRouteMatcher, createRouter } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/radix3/dist/index.mjs';
import { AsyncLocalStorage } from 'node:async_hooks';
import { consola } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/consola/dist/index.mjs';
import { getContext } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/unctx/dist/index.mjs';
import { version, unref } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/vue/index.mjs';
import { createServerHead as createServerHead$1 } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/unhead/dist/index.mjs';
import { defineHeadPlugin } from 'file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/@unhead/shared/dist/index.mjs';
import { consola } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/consola/dist/index.mjs';
import { getContext } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/unctx/dist/index.mjs';
import { version, unref } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/vue/index.mjs';
import { createServerHead as createServerHead$1 } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/unhead/dist/index.mjs';
import { defineHeadPlugin } from 'file:///Users/valentina/Technica/technica-intro-2024/node_modules/@unhead/shared/dist/index.mjs';

const r=Object.create(null),E=e=>globalThis.process?.env||globalThis._importMeta_.env||globalThis.Deno?.env.toObject()||globalThis.__env__||(e?r:globalThis),s=new Proxy(r,{get(e,o){return E()[o]??r[o]},has(e,o){const i=E();return o in i||o in r},set(e,o,i){const g=E(!0);return g[o]=i,!0},deleteProperty(e,o){if(!o)return !1;const i=E(!0);return delete i[o],!0},ownKeys(){const e=E(!0);return Object.keys(e)}}),t=typeof process<"u"&&process.env&&"development"||"",p=[["APPVEYOR"],["AWS_AMPLIFY","AWS_APP_ID",{ci:!0}],["AZURE_PIPELINES","SYSTEM_TEAMFOUNDATIONCOLLECTIONURI"],["AZURE_STATIC","INPUT_AZURE_STATIC_WEB_APPS_API_TOKEN"],["APPCIRCLE","AC_APPCIRCLE"],["BAMBOO","bamboo_planKey"],["BITBUCKET","BITBUCKET_COMMIT"],["BITRISE","BITRISE_IO"],["BUDDY","BUDDY_WORKSPACE_ID"],["BUILDKITE"],["CIRCLE","CIRCLECI"],["CIRRUS","CIRRUS_CI"],["CLOUDFLARE_PAGES","CF_PAGES",{ci:!0}],["CODEBUILD","CODEBUILD_BUILD_ARN"],["CODEFRESH","CF_BUILD_ID"],["DRONE"],["DRONE","DRONE_BUILD_EVENT"],["DSARI"],["GITHUB_ACTIONS"],["GITLAB","GITLAB_CI"],["GITLAB","CI_MERGE_REQUEST_ID"],["GOCD","GO_PIPELINE_LABEL"],["LAYERCI"],["HUDSON","HUDSON_URL"],["JENKINS","JENKINS_URL"],["MAGNUM"],["NETLIFY"],["NETLIFY","NETLIFY_LOCAL",{ci:!1}],["NEVERCODE"],["RENDER"],["SAIL","SAILCI"],["SEMAPHORE"],["SCREWDRIVER"],["SHIPPABLE"],["SOLANO","TDDIUM"],["STRIDER"],["TEAMCITY","TEAMCITY_VERSION"],["TRAVIS"],["VERCEL","NOW_BUILDER"],["VERCEL","VERCEL",{ci:!1}],["VERCEL","VERCEL_ENV",{ci:!1}],["APPCENTER","APPCENTER_BUILD_ID"],["CODESANDBOX","CODESANDBOX_SSE",{ci:!1}],["STACKBLITZ"],["STORMKIT"],["CLEAVR"],["ZEABUR"],["CODESPHERE","CODESPHERE_APP_ID",{ci:!0}],["RAILWAY","RAILWAY_PROJECT_ID"],["RAILWAY","RAILWAY_SERVICE_ID"]];function B(){if(globalThis.process?.env)for(const e of p){const o=e[1]||e[0];if(globalThis.process?.env[o])return {name:e[0].toLowerCase(),...e[2]}}return globalThis.process?.env?.SHELL==="/bin/jsh"&&globalThis.process?.versions?.webcontainer?{name:"stackblitz",ci:!1}:{name:"",ci:!1}}const l=B(),d=l.name;function n(e){return e?e!=="false":!1}const I=globalThis.process?.platform||"",T=n(s.CI)||l.ci!==!1,R=n(globalThis.process?.stdout&&globalThis.process?.stdout.isTTY);n(s.DEBUG);const C=t==="test"||n(s.TEST);n(s.MINIMAL)||T||C||!R;const a=/^win/i.test(I);!n(s.NO_COLOR)&&(n(s.FORCE_COLOR)||(R||a)&&s.TERM!=="dumb"||T);const _=(globalThis.process?.versions?.node||"").replace(/^v/,"")||null;Number(_?.split(".")[0])||null;const W=globalThis.process||Object.create(null),c={versions:{}};new Proxy(W,{get(e,o){if(o==="env")return s;if(o in e)return e[o];if(o in c)return c[o]}});const A=globalThis.process?.release?.name==="node",L=!!globalThis.Bun||!!globalThis.process?.versions?.bun,D=!!globalThis.Deno,O=!!globalThis.fastly,S=!!globalThis.Netlify,N=!!globalThis.EdgeRuntime,u=globalThis.navigator?.userAgent==="Cloudflare-Workers",b=!!globalThis.__lagon__,F=[[S,"netlify"],[N,"edge-light"],[u,"workerd"],[O,"fastly"],[D,"deno"],[L,"bun"],[A,"node"],[b,"lagon"]];function G(){const e=F.find(o=>o[0]);if(e)return {name:e[1]}}const P=G();P?.name||"";

Expand Down Expand Up @@ -153,7 +153,7 @@ new Proxy(/* @__PURE__ */ Object.create(null), {
}
});

const serverAssets = [{"baseName":"server","dir":"/Users/serena/GitRepos/technica-2024/technica-intro-2024/server/assets"}];
const serverAssets = [{"baseName":"server","dir":"/Users/valentina/Technica/technica-intro-2024/server/assets"}];

const assets = createStorage();

Expand All @@ -165,11 +165,11 @@ const storage = createStorage({});

storage.mount('/assets', assets);

storage.mount('root', unstorage_47drivers_47fs({"driver":"fs","readOnly":true,"base":"/Users/serena/GitRepos/technica-2024/technica-intro-2024","ignore":["**/node_modules/**","**/.git/**"]}));
storage.mount('src', unstorage_47drivers_47fs({"driver":"fs","readOnly":true,"base":"/Users/serena/GitRepos/technica-2024/technica-intro-2024/server","ignore":["**/node_modules/**","**/.git/**"]}));
storage.mount('build', unstorage_47drivers_47fs({"driver":"fs","readOnly":false,"base":"/Users/serena/GitRepos/technica-2024/technica-intro-2024/.nuxt","ignore":["**/node_modules/**","**/.git/**"]}));
storage.mount('cache', unstorage_47drivers_47fs({"driver":"fs","readOnly":false,"base":"/Users/serena/GitRepos/technica-2024/technica-intro-2024/.nuxt/cache","ignore":["**/node_modules/**","**/.git/**"]}));
storage.mount('data', unstorage_47drivers_47fs({"driver":"fs","base":"/Users/serena/GitRepos/technica-2024/technica-intro-2024/.data/kv","ignore":["**/node_modules/**","**/.git/**"]}));
storage.mount('root', unstorage_47drivers_47fs({"driver":"fs","readOnly":true,"base":"/Users/valentina/Technica/technica-intro-2024","ignore":["**/node_modules/**","**/.git/**"]}));
storage.mount('src', unstorage_47drivers_47fs({"driver":"fs","readOnly":true,"base":"/Users/valentina/Technica/technica-intro-2024/server","ignore":["**/node_modules/**","**/.git/**"]}));
storage.mount('build', unstorage_47drivers_47fs({"driver":"fs","readOnly":false,"base":"/Users/valentina/Technica/technica-intro-2024/.nuxt","ignore":["**/node_modules/**","**/.git/**"]}));
storage.mount('cache', unstorage_47drivers_47fs({"driver":"fs","readOnly":false,"base":"/Users/valentina/Technica/technica-intro-2024/.nuxt/cache","ignore":["**/node_modules/**","**/.git/**"]}));
storage.mount('data', unstorage_47drivers_47fs({"driver":"fs","base":"/Users/valentina/Technica/technica-intro-2024/.data/kv","ignore":["**/node_modules/**","**/.git/**"]}));

function useStorage(base = "") {
return base ? prefixStorage(storage, base) : storage;
Expand Down Expand Up @@ -616,16 +616,16 @@ if (!window.__NUXT_DEVTOOLS_TIME_METRIC__) {
window.__NUXT_DEVTOOLS_TIME_METRIC__.appInit = Date.now()
`;

const _K2gdEPLFjd = (function(nitro) {
const _M011GyocRx = (function(nitro) {
nitro.hooks.hook("render:html", (htmlContext) => {
htmlContext.head.push(`<script>${script}<\/script>`);
});
});

const rootDir = "/Users/serena/GitRepos/technica-2024/technica-intro-2024";
const rootDir = "/Users/valentina/Technica/technica-intro-2024";

const asyncContext = getContext("nuxt-dev", { asyncContext: true, AsyncLocalStorage });
const _Tgq1YWKiGO = (nitroApp) => {
const _xKHkAf4M1L = (nitroApp) => {
const handler = nitroApp.h3App.handler;
nitroApp.h3App.handler = (event) => {
return asyncContext.callAsync({ logs: [], event }, () => handler(event));
Expand Down Expand Up @@ -691,8 +691,8 @@ function onConsoleLog(callback) {
}

const plugins = [
_K2gdEPLFjd,
_Tgq1YWKiGO
_M011GyocRx,
_xKHkAf4M1L
];

const scheduledTasks = false;
Expand Down Expand Up @@ -822,11 +822,11 @@ const errorHandler = (async function errorhandler(error, event) {
return send(event, html);
});

const _lazy_aiBM1I = () => Promise.resolve().then(function () { return renderer$1; });
const _lazy_vUk5nl = () => Promise.resolve().then(function () { return renderer$1; });

const handlers = [
{ route: '/__nuxt_error', handler: _lazy_aiBM1I, lazy: true, middleware: false, method: undefined },
{ route: '/**', handler: _lazy_aiBM1I, lazy: true, middleware: false, method: undefined }
{ route: '/__nuxt_error', handler: _lazy_vUk5nl, lazy: true, middleware: false, method: undefined },
{ route: '/**', handler: _lazy_vUk5nl, lazy: true, middleware: false, method: undefined }
];

function createNitroApp() {
Expand Down Expand Up @@ -1116,8 +1116,8 @@ function publicAssetsURL(...path) {

globalThis.__buildAssetsURL = buildAssetsURL;
globalThis.__publicAssetsURL = publicAssetsURL;
const getClientManifest = () => import('file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/.nuxt/dist/server/client.manifest.mjs').then((r) => r.default || r).then((r) => typeof r === "function" ? r() : r);
const getServerEntry = () => import('file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/.nuxt/dist/server/server.mjs').then((r) => r.default || r);
const getClientManifest = () => import('file:///Users/valentina/Technica/technica-intro-2024/.nuxt/dist/server/client.manifest.mjs').then((r) => r.default || r).then((r) => typeof r === "function" ? r() : r);
const getServerEntry = () => import('file:///Users/valentina/Technica/technica-intro-2024/.nuxt/dist/server/server.mjs').then((r) => r.default || r);
const getSSRStyles = lazyCachedFunction(() => Promise.resolve().then(function () { return styles$1; }).then((r) => r.default || r));
const getSSRRenderer = lazyCachedFunction(async () => {
const manifest = await getClientManifest();
Expand Down
2 changes: 1 addition & 1 deletion .nuxt/dev/index.mjs.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .nuxt/dist/server/client.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"module": true,
"resourceType": "script"
},
"/Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/nuxt/dist/app/entry.js": {
"/Users/valentina/Technica/technica-intro-2024/node_modules/nuxt/dist/app/entry.js": {
"resourceType": "script",
"module": true,
"prefetch": true,
"preload": true,
"isEntry": true,
"file": "/Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/nuxt/dist/app/entry.js"
"file": "/Users/valentina/Technica/technica-intro-2024/node_modules/nuxt/dist/app/entry.js"
}
}
2 changes: 1 addition & 1 deletion .nuxt/dist/server/client.manifest.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from "file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/@nuxt/vite-builder/dist/runtime/client.manifest.mjs"
export { default } from "file:///Users/valentina/Technica/technica-intro-2024/node_modules/@nuxt/vite-builder/dist/runtime/client.manifest.mjs"
2 changes: 1 addition & 1 deletion .nuxt/dist/server/server.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from "file:///Users/serena/GitRepos/technica-2024/technica-intro-2024/node_modules/@nuxt/vite-builder/dist/runtime/vite-node.mjs"
export { default } from "file:///Users/valentina/Technica/technica-intro-2024/node_modules/@nuxt/vite-builder/dist/runtime/vite-node.mjs"
2 changes: 1 addition & 1 deletion .nuxt/manifest/latest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"id":"dev","timestamp":1714090059717}
{"id":"dev","timestamp":1717983793977}
2 changes: 1 addition & 1 deletion .nuxt/manifest/meta/dev.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"id":"dev","timestamp":1714090059717,"matcher":{"static":{"/google":{"redirect":"https://google.com"}},"wildcard":{},"dynamic":{}},"prerendered":[]}
{"id":"dev","timestamp":1717983793977,"matcher":{"static":{"/google":{"redirect":"https://google.com"}},"wildcard":{},"dynamic":{}},"prerendered":[]}
6 changes: 3 additions & 3 deletions .nuxt/nitro.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"date": "2024-04-26T00:07:53.774Z",
"date": "2024-06-10T01:43:19.361Z",
"preset": "nitro-dev",
"framework": {
"name": "nuxt",
Expand All @@ -9,9 +9,9 @@
"nitro": "2.9.6"
},
"dev": {
"pid": 17328,
"pid": 3363,
"workerAddress": {
"socketPath": "/var/folders/rp/pbbmmm6n7ls_syv8d7bw0htm0000gn/T/nitro/worker-17328-2.sock"
"socketPath": "/var/folders/p3/fgkn4b7n6ml6ck8c7r2pblp40000gn/T/nitro/worker-3363-2.sock"
}
}
}
9 changes: 9 additions & 0 deletions .nuxt/nuxt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"_hash": "FphMGEX9fA",
"project": {
"rootDir": "/Users/valentina/Technica/technica-intro-2024"
},
"versions": {
"nuxt": "3.11.2"
}
}
2 changes: 1 addition & 1 deletion .nuxt/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"./imports"
],
"#app-manifest": [
"./manifest/meta/dev.json"
"./manifest/meta/dev"
],
"#build": [
"."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2024 Tech Team Intro project!
## 2024 Tech Team Intro project!

This is just a project to get everyone started with our tech stack. You just have to make sure you implement a few things, and the rest is up to you! A lot of this is basics you'll use for the rest of the Technica season. Don't forget to have fun with it!

Expand Down
Loading