Skip to content
Snippets Groups Projects

Draft: Implement @nuxt/content v3

Open Nathan Dubord requested to merge content-v3 into main
1 file
+ 6
3
Compare changes
  • Side-by-side
  • Inline
+ 6
3
.open gitlab-content.db
pragma journal_mode;
pragma journal_mode = WAL;
pragma journal_mode;
\ No newline at end of file
PRAGMA journal_mode;
PRAGMA journal_mode = WAL;
PRAGMA synchronous = NORMAL;
PRAGMA cache_size = -64000;
PRAGMA mmap_size = 30000000000;
PRAGMA journal_mode;
Loading