#!/bin/sh # File: run-web.sh # Path: infra/run-web.sh # Project: AI Risk Index — airiskindex.io # Author: Simon-Pierre Boucher # Contact: contact@spboucher.ai # Copyright © 2026 Simon-Pierre Boucher. All rights reserved. # # Description: PM2 entry: Next.js web server on port 3000. # PM2 entry for airiskindex-web on m3u96b (CLAUDE.md §7). cd "$(dirname "$0")/../apps/web" exec ./node_modules/.bin/next start -p 3000