Skip to content
Merged
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
15 changes: 15 additions & 0 deletions apps/admin/.output/nitro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"date": "2026-02-01T08:38:48.706Z",
"preset": "node-server",
"framework": {
"name": "nitro",
"version": ""
},
"versions": {
"nitro": "3.0.1-20260131-190432-654aa755"
},
"commands": {
"preview": "node ./server/index.mjs"
},
"config": {}
}
6 changes: 6 additions & 0 deletions apps/admin/.output/public/assets/client-ByMMc4SQ.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions apps/admin/.output/public/assets/index-C5TecN1M.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions apps/admin/.output/public/assets/login-BFKyXQqT.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions apps/admin/.output/public/assets/main-CMD0s_Sp.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions apps/admin/.output/public/assets/styles-BHpgolea.css

Large diffs are not rendered by default.

Binary file added apps/admin/.output/public/favicon.ico
Binary file not shown.
Binary file added apps/admin/.output/public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/admin/.output/public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions apps/admin/.output/public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "TanStack App",
"name": "Create TanStack App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions apps/admin/.output/public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/admin/.output/public/tanstack-word-logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions apps/admin/.output/server/_chunks/_libs/@radix-ui/primitive.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
function composeEventHandlers(originalEventHandler, ourEventHandler, { checkForDefaultPrevented = true } = {}) {
return function handleEvent(event) {
originalEventHandler?.(event);
if (checkForDefaultPrevented === false || !event.defaultPrevented) {
return ourEventHandler?.(event);
}
};
}
export {
composeEventHandlers as c
};
Loading
Loading