@@ -5,7 +5,5 @@ test-results/
|
||||
.git/
|
||||
.gitea/
|
||||
tests/
|
||||
package-lock.json
|
||||
package.json
|
||||
playwright.config.js
|
||||
wordle-intro-5.html
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
[phases.setup]
|
||||
nixPkgs = ["nodejs_18", "npm-9_x"]
|
||||
|
||||
[phases.install]
|
||||
cmds = ["npm install --omit=dev"]
|
||||
|
||||
[start]
|
||||
cmd = "npm run start"
|
||||
Reference in New Issue
Block a user