[READ-ONLY] Mirror of https://github.com/thoda-dev/ffxiv-miniparse. A simple skin for the ACT overlay for Final Fantasy XIV. // Un simple skin pour l'overlay d'ACT pour Final Fantasy XIV.
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:07 PM UTC) 06af2399 3adf5a3c

+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 + }