File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 uses : AndreasAugustin/actions-template-sync@v2
2525 with :
2626 github_token : ${{ secrets.GITHUB_TOKEN }}
27- source_repo_path : codersforcauses/django-nextjs -template
27+ source_repo_path : codersforcauses/django-vue -template
2828 upstream_branch : main
Original file line number Diff line number Diff line change 1414 "program" : " ${workspaceFolder}/server/manage.py"
1515 },
1616 {
17- "name" : " Next.js : Run frontend server" ,
17+ "name" : " Vite : Run frontend server" ,
1818 "type" : " node-terminal" ,
1919 "request" : " launch" ,
2020 "cwd" : " ${workspaceFolder}/client" ,
2121 "command" : " npm run dev"
2222 },
2323 {
24- "name" : " Next.js : debug browser" ,
24+ "name" : " Vite : debug browser" ,
2525 "type" : " chrome" ,
2626 "request" : " launch" ,
2727 "url" : " http://localhost:3000"
3232 "name" : " Run Server/Client" ,
3333 "configurations" : [
3434 " Python Debugger: Django" ,
35- " Next.js : Run frontend server"
35+ " Vite : Run frontend server"
3636 ],
3737 "stopAll" : true ,
3838 "presentation" : {
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ if [ "${APP_ENV^^}" = "DEVELOPMENT" ]; then
5252 npm install
5353 # Run developments
5454 echo " "
55- echo " ======= Starting inbuilt nextjs webserver ==================================================================="
55+ echo " ======= Starting vite webserver ==================================================================="
5656 npm run dev
5757 exit
5858fi
You can’t perform that action at this time.
0 commit comments