friendship ended with social-app. php is my new best friend

move stuff to main dir

public/.env.example .env.example
-15
public/client-metadata.json
··· 1 - { 2 - "client_id": "http://localhost:5173/client-metadata.json", 3 - "application_type": "web", 4 - "client_name": "smallbird-social", 5 - "client_uri": "https://localhost:5173", 6 - "dpop_bound_access_tokens": true, 7 - "grant_types": ["authorization_code", "refresh_token"], 8 - "redirect_uris": ["http://localhost:5173/login"], 9 - "response_types": ["code"], 10 - "scope": "atproto transition:generic", 11 - "dpop_bound_access_tokens": true, 12 - "jwks_uri": "http://localhost:5173/jwks.json", 13 - "token_endpoint_auth_method": "private_key_jwt", 14 - "token_endpoint_auth_signing_alg": "ES256" 15 - }
public/config.php.example config.php.example
+4
vite.config.js
··· 14 14 usePHP({ 15 15 entry: [ 16 16 'index.php', 17 + 'config.php', 18 + '.env', 19 + 'client-metadata.json', 20 + 'jwks.json', 17 21 'oauth/*', 18 22 'oauth/**/*.json', 19 23 'templates/**/*.latte',