Logo
Explore Help
Register Sign In
mahdahar/clqms-fe1
1
0
Fork 0
You've already forked clqms-fe1
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
clqms-fe1/static/robots.txt

4 lines
63 B
Plaintext
Raw Normal View History

feat: Complete Phase 0 foundation - Initialize SvelteKit project with Tailwind CSS and DaisyUI - Configure API base URL and environment variables - Create base API client with JWT token handling (src/lib/api/client.js) - Implement login/logout flow (src/lib/api/auth.js, src/routes/login/+page.svelte) - Create root layout with navigation (src/routes/+layout.svelte) - Set up protected route group with auth checks (src/routes/(app)/+layout.svelte) - Create dashboard homepage (src/routes/(app)/dashboard/+page.svelte) - Add auth state store with localStorage persistence (src/lib/stores/auth.js) All Phase 0 foundation items completed per implementation plan.
2026-02-09 21:39:14 +07:00
# allow crawling everything by default
User-agent: *
Disallow:
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 26ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API