Skip to content

Commit 1a47986

Browse files
committed
fix: lint 오류 수정
1 parent 3b30237 commit 1a47986

21 files changed

Lines changed: 20933 additions & 32 deletions
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"buildManifest": {
3+
"routes": {
4+
"root": {
5+
"id": "root",
6+
"file": "root.tsx",
7+
"path": ""
8+
},
9+
"routes/_index": {
10+
"id": "routes/_index",
11+
"parentId": "root",
12+
"file": "routes/_index.tsx",
13+
"index": true
14+
},
15+
"routes/playground": {
16+
"id": "routes/playground",
17+
"parentId": "root",
18+
"file": "routes/playground.tsx",
19+
"path": "playground"
20+
}
21+
}
22+
},
23+
"reactRouterConfig": {
24+
"appDirectory": "E:/Leets/loopit/loopit/src/app",
25+
"basename": "/",
26+
"buildDirectory": "E:/Leets/loopit/loopit/build",
27+
"future": {
28+
"unstable_optimizeDeps": false,
29+
"unstable_subResourceIntegrity": false,
30+
"unstable_trailingSlashAwareDataRequests": false,
31+
"v8_middleware": false,
32+
"v8_splitRouteModules": false,
33+
"v8_viteEnvironmentApi": false
34+
},
35+
"routes": {
36+
"root": {
37+
"id": "root",
38+
"file": "root.tsx",
39+
"path": ""
40+
},
41+
"routes/_index": {
42+
"id": "routes/_index",
43+
"parentId": "root",
44+
"file": "routes/_index.tsx",
45+
"index": true
46+
},
47+
"routes/playground": {
48+
"id": "routes/playground",
49+
"parentId": "root",
50+
"file": "routes/playground.tsx",
51+
"path": "playground"
52+
}
53+
},
54+
"routeDiscovery": {
55+
"mode": "initial"
56+
},
57+
"serverBuildFile": "index.js",
58+
"serverModuleFormat": "esm",
59+
"ssr": false,
60+
"allowedActionOrigins": false,
61+
"unstable_routeConfig": [
62+
{
63+
"id": "root",
64+
"path": "",
65+
"file": "root.tsx",
66+
"children": [
67+
{
68+
"file": "routes/_index.tsx",
69+
"index": true
70+
},
71+
{
72+
"file": "routes/playground.tsx",
73+
"path": "playground"
74+
}
75+
]
76+
}
77+
]
78+
},
79+
"viteConfig": {
80+
"build": {
81+
"assetsDir": "assets"
82+
}
83+
}
84+
}

build/client/apple-touch-icon.png

3.26 KB
Loading
1.96 MB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { w as n } from './chunk-EPOLDU6W-XOETFyi3.js';
2+
import { j as o } from './index-CtGBG9o5.js';
3+
const i = n(function () {
4+
return o.jsx('div', { children: o.jsx('h1', { children: 'Home' }) });
5+
});
6+
export { i as default };

0 commit comments

Comments
 (0)