grant workspace read
This commit is contained in:
@@ -0,0 +1 @@
|
||||
-- Add down migration script here
|
||||
@@ -0,0 +1,3 @@
|
||||
-- Add up migration script here
|
||||
GRANT SELECT ON workspace TO app;
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "node",
|
||||
"module": "es2020",
|
||||
"lib": ["es2021", "DOM"],
|
||||
"target": "es2021",
|
||||
"module": "esnext",
|
||||
"lib": ["esnext", "DOM"],
|
||||
"target": "esnext",
|
||||
"preserveValueImports": true,
|
||||
|
||||
/**
|
||||
svelte-preprocess cannot figure out whether you have a value or a type, so tell TypeScript
|
||||
to enforce using \`import type\` instead of \`import\` for Types.
|
||||
|
||||
Reference in New Issue
Block a user