forked from phinolex/Tap-Tap-Adventure
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
7b79a8b
commit 6818eb2
Showing
2,566 changed files
with
52,236 additions
and
23,398 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"extends": ["next/core-web-vitals"], | ||
"env": { | ||
"browser": true, | ||
"node": true, | ||
"es6": true | ||
}, | ||
"parser": "@babel/eslint-parser", | ||
"parserOptions": { | ||
"requireConfigFile": false, | ||
"ecmaVersion": "latest", | ||
"sourceType": "module" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1 @@ | ||
build | ||
node_modules | ||
cordova | ||
.idea | ||
.DS_Store | ||
dump.rdb | ||
server/config.json | ||
data/config.json | ||
npm-debug.log | ||
.external-ecmascript.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"pages": { | ||
"/layout": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js", | ||
"static/css/app/layout.css", | ||
"static/chunks/app/layout.js" | ||
], | ||
"/page": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js", | ||
"static/chunks/app/page.js" | ||
], | ||
"/not-found": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js", | ||
"static/chunks/app/not-found.js" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"polyfillFiles": [ | ||
"static/chunks/polyfills.js" | ||
], | ||
"devFiles": [], | ||
"ampDevFiles": [], | ||
"lowPriorityFiles": [ | ||
"static/development/_buildManifest.js", | ||
"static/development/_ssgManifest.js" | ||
], | ||
"rootMainFiles": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js" | ||
], | ||
"pages": { | ||
"/_app": [] | ||
}, | ||
"ampFirstPages": [] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"/Applications/MAMP/htdocs/wtf-adventure-nextjs/app/game/index.tsx":"1","/Applications/MAMP/htdocs/wtf-adventure-nextjs/app/layout.tsx":"2","/Applications/MAMP/htdocs/wtf-adventure-nextjs/app/page.tsx":"3","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/abilitiesBar/index.tsx":"4","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/actionsDialog/index.tsx":"5","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/bank/index.tsx":"6","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/bubbles/index.tsx":"7","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/buttonBar/index.tsx":"8","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/canvas/index.tsx":"9","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/chatBar/index.tsx":"10","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/chatInput/index.tsx":"11","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/createCharacter/index.tsx":"12","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/deathDialog/index.tsx":"13","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/dropDialog/index.tsx":"14","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/enchant/index.tsx":"15","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/footer/index.tsx":"16","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/hud/index.tsx":"17","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/inventory/index.tsx":"18","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/loadCharacter/index.tsx":"19","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/loader/index.tsx":"20","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/logo/index.tsx":"21","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/map/index.tsx":"22","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/messageDialog/index.tsx":"23","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/notifications/index.tsx":"24","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/playerActions/index.tsx":"25","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/profileDialog/index.tsx":"26","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/settingsDialog/index.tsx":"27","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/splash/index.tsx":"28","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/trade/index.tsx":"29","/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/worldBar/index.tsx":"30"},{"size":1876,"mtime":1696810622229,"results":"31","hashOfConfig":"32"},{"size":1486,"mtime":1696908007831,"results":"33","hashOfConfig":"32"},{"size":645,"mtime":1696993543925,"results":"34","hashOfConfig":"32"},{"size":539,"mtime":1696549432079,"results":"35","hashOfConfig":"32"},{"size":272,"mtime":1696549668157,"results":"36","hashOfConfig":"32"},{"size":480,"mtime":1696549184004,"results":"37","hashOfConfig":"32"},{"size":103,"mtime":1696548630741,"results":"38","hashOfConfig":"32"},{"size":324,"mtime":1696548745870,"results":"39","hashOfConfig":"32"},{"size":281,"mtime":1696559605898,"results":"40","hashOfConfig":"32"},{"size":372,"mtime":1696993397806,"results":"41","hashOfConfig":"32"},{"size":763,"mtime":1696555543833,"results":"42","hashOfConfig":"32"},{"size":1716,"mtime":1696809718126,"results":"43","hashOfConfig":"32"},{"size":218,"mtime":1696559714193,"results":"44","hashOfConfig":"32"},{"size":780,"mtime":1696555701725,"results":"45","hashOfConfig":"32"},{"size":558,"mtime":1696549298546,"results":"46","hashOfConfig":"32"},{"size":111,"mtime":1696557969572,"results":"47","hashOfConfig":"32"},{"size":506,"mtime":1696548687640,"results":"48","hashOfConfig":"32"},{"size":139,"mtime":1696549140595,"results":"49","hashOfConfig":"32"},{"size":2394,"mtime":1696993418390,"results":"50","hashOfConfig":"32"},{"size":382,"mtime":1696992810487,"results":"51","hashOfConfig":"32"},{"size":334,"mtime":1696818105363,"results":"52","hashOfConfig":"32"},{"size":507,"mtime":1696548930153,"results":"53","hashOfConfig":"32"},{"size":1305,"mtime":1696561894038,"results":"54","hashOfConfig":"32"},{"size":561,"mtime":1696549772520,"results":"55","hashOfConfig":"32"},{"size":344,"mtime":1696549599992,"results":"56","hashOfConfig":"32"},{"size":1247,"mtime":1696549005741,"results":"57","hashOfConfig":"32"},{"size":1857,"mtime":1696555734918,"results":"58","hashOfConfig":"32"},{"size":854,"mtime":1696789117064,"results":"59","hashOfConfig":"32"},{"size":263,"mtime":1696549232606,"results":"60","hashOfConfig":"32"},{"size":393,"mtime":1696992708573,"results":"61","hashOfConfig":"32"},{"filePath":"62","messages":"63","suppressedMessages":"64","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1v3v3y6",{"filePath":"65","messages":"66","suppressedMessages":"67","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"68","messages":"69","suppressedMessages":"70","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"71","messages":"72","suppressedMessages":"73","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"74","messages":"75","suppressedMessages":"76","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"77","messages":"78","suppressedMessages":"79","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"80","messages":"81","suppressedMessages":"82","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"83","messages":"84","suppressedMessages":"85","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"86","messages":"87","suppressedMessages":"88","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"89","messages":"90","suppressedMessages":"91","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"92","messages":"93","suppressedMessages":"94","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"95","messages":"96","suppressedMessages":"97","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"98","messages":"99","suppressedMessages":"100","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"101","messages":"102","suppressedMessages":"103","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"104","messages":"105","suppressedMessages":"106","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"107","messages":"108","suppressedMessages":"109","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"110","messages":"111","suppressedMessages":"112","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"113","messages":"114","suppressedMessages":"115","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"116","messages":"117","suppressedMessages":"118","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"119","messages":"120","suppressedMessages":"121","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"122","messages":"123","suppressedMessages":"124","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"125","messages":"126","suppressedMessages":"127","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"128","messages":"129","suppressedMessages":"130","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"131","messages":"132","suppressedMessages":"133","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"134","messages":"135","suppressedMessages":"136","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"137","messages":"138","suppressedMessages":"139","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"140","messages":"141","suppressedMessages":"142","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"143","messages":"144","suppressedMessages":"145","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"146","messages":"147","suppressedMessages":"148","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"149","messages":"150","suppressedMessages":"151","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Applications/MAMP/htdocs/wtf-adventure-nextjs/app/game/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/app/layout.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/app/page.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/abilitiesBar/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/actionsDialog/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/bank/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/bubbles/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/buttonBar/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/canvas/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/chatBar/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/chatInput/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/createCharacter/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/deathDialog/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/dropDialog/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/enchant/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/footer/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/hud/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/inventory/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/loadCharacter/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/loader/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/logo/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/map/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/messageDialog/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/notifications/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/playerActions/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/profileDialog/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/settingsDialog/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/splash/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/trade/index.tsx",[],[],"/Applications/MAMP/htdocs/wtf-adventure-nextjs/components/worldBar/index.tsx",[],[]] |
Binary file added
BIN
+3.66 KB
...M1Pc1wkru4aIvHdNc1zJs=/60.1696992593211.SEfJojAVQx1pXC6XTe3A8bjHzoXvmoMqpXDFdXYAC7o=.webp
Binary file not shown.
Binary file added
BIN
+1.56 KB
...va2c0+Of0Mm8dsSQeCJuw=/60.1696992240250.hHiunNzLfTqZFc9nwQqReXzE0fc-Dx+dyl-ZbwCWyNY=.webp
Binary file not shown.
Binary file added
BIN
+1.3 KB
...UK-0Poz2oolWUjI=/31536000.1728598206335.pRkYMx3g+p4TNhZdVX0SHVbeSQm5CcIVQH+++oMUNTg=.webp
Binary file not shown.
Binary file added
BIN
+23 KB
...bKew4MlSZ1NpYz0=/31536000.1728598206295.Vq-e2MhNsGGWHPTqDMP+QxfU-Z9Wuf1cbgk+6cBzCQc=.webp
Binary file not shown.
File renamed without changes
Binary file added
BIN
+3.12 KB
...hWyHmJ+UTCxG7a-UX1ZYA=/60.1696992903756.fTi+tGtFn8mgdpRF9Dsmh-dE5AGP5-P86m-ADZiJvIM=.webp
Binary file not shown.
Binary file added
BIN
+1.3 KB
...vuuVEi2anrfC7ZKYrN9XY=/60.1696992593191.pRkYMx3g+p4TNhZdVX0SHVbeSQm5CcIVQH+++oMUNTg=.webp
Binary file not shown.
Binary file added
BIN
+2.89 KB
...g84TtCEH2mm9yjCFwHigo=/60.1696992903691.GyIxhM9TIwY0-Ar-yOThhdPbkPGE5tiwhBvOedRWsSs=.webp
Binary file not shown.
Binary file added
BIN
+1.48 KB
...L8krPNehMJO0W8M=/31536000.1728598206299.VdbM3-iIlyua2o1MvohDJWjWNW02-jLs0vogWGLwpGw=.webp
Binary file not shown.
Binary file added
BIN
+1.29 KB
...mu1mn1hp5Ykki3XNyj5JE=/60.1696992903762.l9tNc2AnLjs1txIZoAlwQxxtzvxPfXCSiDhL0W6WYgo=.webp
Binary file not shown.
Binary file added
BIN
+1.56 KB
...DV3TM1FYoCCzjSE=/31536000.1728598206304.hHiunNzLfTqZFc9nwQqReXzE0fc-Dx+dyl-ZbwCWyNY=.webp
Binary file not shown.
Binary file added
BIN
+2.89 KB
...SE7+zSm4Tb3V7yM=/31536000.1728598206330.GyIxhM9TIwY0-Ar-yOThhdPbkPGE5tiwhBvOedRWsSs=.webp
Binary file not shown.
Binary file added
BIN
+23 KB
...KE6+yMNDdSPRQPQ8cXrBY=/60.1696813390040.Vq-e2MhNsGGWHPTqDMP+QxfU-Z9Wuf1cbgk+6cBzCQc=.webp
Binary file not shown.
Binary file added
BIN
+1.48 KB
...WUTNBiJujyLSj-Av8W8Cw=/60.1696992240253.VdbM3-iIlyua2o1MvohDJWjWNW02-jLs0vogWGLwpGw=.webp
Binary file not shown.
Binary file added
BIN
+103 KB
...s8ATUIi3PzlgU=/0.1696992776325.zvoSZWuCBi4yFgp9NjhX6TexPnY0vvXOryOhtFHfjgI=.gif
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
BIN
+3.12 KB
...mnVaddBsHctF2zc=/31536000.1728598206326.fTi+tGtFn8mgdpRF9Dsmh-dE5AGP5-P86m-ADZiJvIM=.webp
Binary file not shown.
Binary file added
BIN
+23 KB
...VR5cku6OI0kSz68KTP65M=/60.1696813116072.Vq-e2MhNsGGWHPTqDMP+QxfU-Z9Wuf1cbgk+6cBzCQc=.webp
Binary file not shown.
Binary file added
BIN
+1.29 KB
...ixM2BJEB7TfpXmU=/31536000.1728598206320.l9tNc2AnLjs1txIZoAlwQxxtzvxPfXCSiDhL0W6WYgo=.webp
Binary file not shown.
Binary file added
BIN
+3.66 KB
...O63BqDMv1oSPyow=/31536000.1728598206343.SEfJojAVQx1pXC6XTe3A8bjHzoXvmoMqpXDFdXYAC7o=.webp
Binary file not shown.
Binary file added
BIN
+3.95 KB
...bjXRwztQM1M6z0w=/31536000.1728598206316.ufTPvdBU0fvJNtTOMtYn9LyZlq6TM1WTjqTs2B-WK64=.webp
Binary file not shown.
Binary file added
BIN
+3.95 KB
...YkuDoclSbZuzcW1ial-3s=/60.1696992903773.ufTPvdBU0fvJNtTOMtYn9LyZlq6TM1WTjqTs2B-WK64=.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"type": "commonjs"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"/not-found": "app/not-found.js", | ||
"/page": "app/page.js" | ||
} |
Oops, something went wrong.