Added task and note crteation SDKs

This commit is contained in:
2026-03-05 16:19:27 -06:00
parent 6a963a32fd
commit 75dde1b0d5
3 changed files with 256 additions and 65 deletions
+4
View File
@@ -63,6 +63,10 @@ export default defineConfig({
server: {
host: '0.0.0.0',
port: 4000,
cors: { origin: '*' },
headers: {
'Access-Control-Allow-Origin': '*'
},
allowedHosts: [
'tasgrid.ccllc.pro'
]