Restructure progress
This commit is contained in:
5
.github/copilot-instructions.md
vendored
5
.github/copilot-instructions.md
vendored
@@ -92,6 +92,11 @@ onsubmit|preventDefault={handleSubmit} is depracated, do not use it!
|
||||
Loading session using page.server.ts is not needed as the session is already available in the locals object.
|
||||
|
||||
|
||||
IMPORTANT: Always make sure that the client-side module are not importing secrets
|
||||
or are running any sensritive code that could expose secrets to the client.
|
||||
If any requests are needed to check sensitive infomration, create an api route and
|
||||
fetch data from there instead of directly in the client-side module.
|
||||
|
||||
The database schema in supabase is as follows:
|
||||
-- WARNING: This schema is for context only and is not meant to be run.
|
||||
-- Table order and constraints may not be valid for execution.
|
||||
|
||||
Reference in New Issue
Block a user