Standalone AO API server written in TypeScript. Use @autonomousorganization/ao-cli to install and run as a service.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.DS_Store
|
|
|
|
node_modules
|
|
|
|
build
|
|
|
|
dist
|
|
|
|
dist-ssr
|
|
|
|
/production
|
|
|
|
/cert
|
|
|
|
*.local
|
|
|
|
tsconfig.tsbuildinfo
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env
|
|
|
|
.env.local
|
|
|
|
.env.*.local
|
|
|
|
|
|
|
|
# Log files
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
pnpm-debug.log*
|
|
|
|
lerna-debug.log*
|
|
|
|
|
|
|
|
# Editor directories and files
|
|
|
|
.idea
|
|
|
|
.vscode
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/extensions.json
|
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.code-workspace
|
|
|
|
configuration.js
|
|
|
|
client-configuration.js
|
|
|
|
database.sqlite3
|
|
|
|
personal_access_token.git
|
|
|
|
.idea
|
|
|
|
*.sw?
|