mirror of
https://github.com/acedanger/pokemon.git
synced 2025-12-05 22:50:13 -08:00
feat: add vite-plugin-node-polyfills to support Node.js globals in Vite
This commit is contained in:
11
README.md
Normal file
11
README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
# This script is used to deploy the Pokemon Finder application using Docker.
|
||||
# It stops any existing container, builds a new Docker image, and runs the container.
|
||||
# Ensure the script is run from the directory containing the Dockerfile
|
||||
# and the application code.
|
||||
|
||||
# This script also includes a testing stage using Playwright.
|
||||
# It builds the application using Vite, starts a preview server, and runs Playwright tests.
|
||||
# If the tests pass, it proceeds with the Docker deployment.
|
||||
|
||||
# Usage: ./deploy.sh
|
||||
Reference in New Issue
Block a user