[READ-ONLY] Mirror of https://github.com/thoda-dev/nuxt-ollama-demo. A simple demo on how to use the module Nuxt-Ollama
0

Configure Feed

Select the types of activity you want to include in your feed.

feat(junie): added .devcontainer.json

authored by

jetbrains-junie[bot] and committed by
GitHub
(Jun 2, 2025, 1:10 PM UTC) f19cc86f eef38cb0

+5
+5
.devcontainer/devcontainer.json
··· 1 + { 2 + "name": "Node.js", 3 + "image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye", 4 + "postCreateCommand": "npm i" 5 + }