Project initialised with AlgoKit CLI using template: https://github.com/algorandfoundation/algokit-fullstack-template.git
This commit is contained in:
17
projects/TokenizeRWATemplate-frontend/.algokit.toml
Normal file
17
projects/TokenizeRWATemplate-frontend/.algokit.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[algokit]
|
||||
min_version = "v2.0.0"
|
||||
|
||||
[project]
|
||||
type = "frontend"
|
||||
name = 'TokenizeRWATemplate-frontend'
|
||||
artifacts = "src/contracts"
|
||||
|
||||
[project.run]
|
||||
build = { commands = ['npm run build'], description = 'Build frontend' }
|
||||
test = { commands = ['npm run test'], description = 'Run frontend tests' }
|
||||
lint = { commands = ['npm run lint'], description = 'Lint frontend code' }
|
||||
ci-deploy-vercel = { commands = [
|
||||
'npm install --global vercel@latest',
|
||||
'npm run ci:vercel:pull',
|
||||
'npm run ci:vercel:deploy',
|
||||
], description = 'Deploy to Vercel' }
|
||||
Reference in New Issue
Block a user