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
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,13 @@
"homepage": "https://github.com/dotkernel/light#readme",
"devDependencies": {
"@popperjs/core": "^2.11.8",
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
"cross-env": "^10.0.0",
"lightningcss": "^1.29.3",
"pre-commit": "^2.0.0",
"sass": "^1.86.3",
"vite": "^8.0.0",
"vite-plugin-bundle-css": "^0.1.1",
"vite-plugin-css-injected-by-js": "^5.0.0",
"vite-plugin-minify": "^3.0.0",
"vite-plugin-static-copy": "^4.1.0"
},
"overrides": {
"nanoid": "^6.0.0",
"postcss": "^8.5.23",
"svgo": "^4.1.0"
}
Comment thread
alexmerlin marked this conversation as resolved.
}
2 changes: 1 addition & 1 deletion public/js/app.js
Comment thread
alexmerlin marked this conversation as resolved.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineConfig({
ViteMinifyPlugin({}),
],
emptyOutDir: true,
root: path.resolve(__dirname, 'src'), // Set the root directory for Vite
root: path.resolve(import.meta.dirname, 'src'), // Set the root directory for Vite
build: {
outDir: '../public', // Output directory for compiled assets
rollupOptions: {
Expand Down
Loading