tagging #3
3
.gitignore
vendored
3
.gitignore
vendored
@@ -4,3 +4,6 @@ data/
|
|||||||
node_modules/
|
node_modules/
|
||||||
out/
|
out/
|
||||||
.thumbnails/
|
.thumbnails/
|
||||||
|
medialore.db
|
||||||
|
medialore.db-shm
|
||||||
|
medialore.db-wal
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
import type { NextConfig } from 'next'
|
import type { NextConfig } from 'next'
|
||||||
|
|
||||||
const nextConfig: NextConfig = {}
|
const nextConfig: NextConfig = {
|
||||||
|
serverExternalPackages: ['better-sqlite3', 'sharp'],
|
||||||
|
}
|
||||||
|
|
||||||
export default nextConfig
|
export default nextConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user