- Configured Next.js app with app router - Set up Tailwind CSS with custom dark theme - Implemented providers with SessionProvider and ThemeProvider - Added toast system - Configured ESLint and Prettier - Set up pre-commit hooks with husky and lint-staged 🚀 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
33 lines
786 B
JavaScript
33 lines
786 B
JavaScript
globalThis.__BUILD_MANIFEST = {
|
|
"polyfillFiles": [
|
|
"static/chunks/polyfills.js"
|
|
],
|
|
"devFiles": [
|
|
"static/chunks/react-refresh.js"
|
|
],
|
|
"ampDevFiles": [],
|
|
"lowPriorityFiles": [],
|
|
"rootMainFiles": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js"
|
|
],
|
|
"rootMainFilesTree": {},
|
|
"pages": {
|
|
"/_app": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main.js",
|
|
"static/chunks/pages/_app.js"
|
|
],
|
|
"/_error": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main.js",
|
|
"static/chunks/pages/_error.js"
|
|
]
|
|
},
|
|
"ampFirstPages": []
|
|
};
|
|
globalThis.__BUILD_MANIFEST.lowPriorityFiles = [
|
|
"/static/" + process.env.__NEXT_BUILD_ID + "/_buildManifest.js",
|
|
,"/static/" + process.env.__NEXT_BUILD_ID + "/_ssgManifest.js",
|
|
|
|
]; |