No description
Find a file
sirpiglr 74b911b863 Configure Vite to work with Replit and secure file system access
Update Vite configuration to use port 5000 and host 0.0.0.0 for Replit compatibility, adjust fs.allow and fs.deny settings for improved security, and add a replit.md documentation file.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Event-Id: 03255903-d5eb-4d8a-aaac-72c01c2fedf6
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/dxDbFOs
Replit-Helium-Checkpoint-Created: true
2025-12-02 18:11:51 +00:00
.builder/rules Initial commit 2025-08-05 20:03:34 +00:00
.github/workflows Prettier format pending files 2025-11-09 21:48:04 +00:00
api Prettier format pending files 2025-11-17 08:47:57 +00:00
client Prettier format pending files 2025-11-17 08:47:57 +00:00
discord-bot completionId: cgen-9d549678276244328bf91000db330e30 2025-11-15 03:05:29 +00:00
docs Prettier format pending files 2025-11-17 08:47:57 +00:00
docs-migration Prettier format pending files 2025-11-05 02:45:56 +00:00
public AI & Machine Learning Beginners Course 2025-11-13 04:16:53 +00:00
scripts Prettier format pending files 2025-11-08 03:49:51 +00:00
server Prettier format pending files 2025-11-17 03:02:34 +00:00
shared Remove demo API types 2025-08-06 02:14:21 +00:00
supabase/migrations Create provider_identities table for OAuth federation to Foundation Passports 2025-11-17 08:38:20 +00:00
tests Prettier format pending files 2025-11-08 03:49:51 +00:00
.builderrules Todo list updated 2025-10-01 02:16:46 +00:00
.dockerignore Initial commit 2025-08-05 20:03:34 +00:00
.env.discord.example Discord Configuration Example 2025-11-05 07:33:35 +00:00
.env.example Create environment variables template 2025-08-06 00:04:12 +00:00
.env.foundation-oauth.example completionId: cgen-6e1d80e2545f4e4998a976070bea2bc3 2025-11-17 02:24:05 +00:00
.gitignore Configure Vite to work with Replit and secure file system access 2025-12-02 18:11:51 +00:00
.htaccess Create .htaccess file for Hostinger SPA routing 2025-08-06 03:31:57 +00:00
.npmrc Initial commit 2025-08-05 20:03:34 +00:00
.prettierrc Initial commit 2025-08-05 20:03:34 +00:00
.replit Configure Vite to work with Replit and secure file system access 2025-12-02 18:11:51 +00:00
.vercelignore Fix .vercelignore to not exclude utility modules needed by handlers 2025-11-16 07:02:05 +00:00
AGENTS.md Initial commit 2025-08-05 20:03:34 +00:00
build-api.js Simplify build-api.js to just validate API setup 2025-11-16 05:00:15 +00:00
build-for-hostinger.sh Create build script for Hostinger deployment 2025-08-06 03:32:07 +00:00
components.json Initial commit 2025-08-05 20:03:34 +00:00
copy-api.js completionId: cgen-501e89513d5342e4a2c04a825bae5594 2025-11-16 01:49:28 +00:00
DISCORD_SETUP.md Update next steps section with final Discord configuration 2025-11-05 16:34:09 +00:00
Dockerfile Create Dockerfile for Railway deployment 2025-11-16 10:59:29 +00:00
hostinger-deploy.md Prettier format pending files 2025-08-06 03:38:55 +00:00
index.html completionId: cgen-1099a38dee794d9e9572a16ca3ae4f14 2025-11-15 03:28:04 +00:00
netlify.toml Initial commit 2025-08-05 20:03:34 +00:00
OAUTH_SETUP.md Replace fly.dev with aethex.dev throughout code/OAUTH_SETUP.md 2025-11-08 08:07:07 +00:00
package-lock.json Configure Vite to work with Replit and secure file system access 2025-12-02 18:11:51 +00:00
package.json completionId: cgen-d8a68b9f3311415881722270f4b5faff 2025-11-16 10:59:25 +00:00
postcss.config.js Initial commit 2025-08-05 20:03:34 +00:00
railway.json Create railway.json configuration 2025-11-16 10:59:32 +00:00
replit.md Configure Vite to work with Replit and secure file system access 2025-12-02 18:11:51 +00:00
supabase-migration.sql Append user_roles table and RLS to migration SQL 2025-09-27 21:13:35 +00:00
SUPABASE_SETUP.md Prettier format pending files 2025-08-06 00:35:27 +00:00
tailwind.config.ts Update tailwind config with AeThex brand colors 2025-08-05 22:46:04 +00:00
tsconfig.json Initial commit 2025-08-05 20:03:34 +00:00
vercel.json Fix vercel.json rewrites to exclude API routes 2025-11-16 07:11:37 +00:00
vite.config.server.ts Initial commit 2025-08-05 20:03:34 +00:00
vite.config.ts Configure Vite to work with Replit and secure file system access 2025-12-02 18:11:51 +00:00