omg this is working

This commit is contained in:
Ben Miller
2024-11-13 23:43:32 -07:00
parent fb86c9c96d
commit a5c0a1176d
22 changed files with 2152 additions and 53 deletions

View File

@ -1,5 +1,19 @@
{
"name": "product_inventory",
"version": "0.0.1",
"description": "",
"sideEffects": [
"global.ts"
],
"scripts": {
"build": "webpack --mode production",
"deploy": "clasp push -P ./dist"
},
"devDependencies": {
"@types/google-apps-script": "^1.0.85"
"@types/google-apps-script": "^1.0.85",
"gas-webpack-plugin": "^2.6.0",
"ts-loader": "^9.5.1",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
}
}